mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-15 06:32:11 +03:00
rewrite import
This commit is contained in:
parent
573240e745
commit
0316a9a8b0
|
@ -40,5 +40,6 @@ def get_pk_description(model, model_field):
|
|||
name=model._meta.verbose_name,
|
||||
)
|
||||
|
||||
|
||||
ALLOW_FILTER_ACTIONS = {"list", "retrieve", "update", "partial_update", "destroy"}
|
||||
ALLOW_FILTER_METHODS = {"get", "put", "patch", "delete"}
|
||||
|
|
Loading…
Reference in New Issue
Block a user