rewrite import

This commit is contained in:
Willem Van Onsem 2025-04-09 12:57:01 +02:00
parent 573240e745
commit 0316a9a8b0
No known key found for this signature in database
GPG Key ID: 5E85A680BCF54DCF

View File

@ -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"}