15684 strawberry filter (#15686)

* 15579 update requirements

* 15684 add USE_DEPRECATED_FILTERS to strawberry
This commit is contained in:
Arthur Hanson
2024-04-15 10:29:29 -07:00
committed by GitHub
parent 5e05041b8b
commit 0da8164600
2 changed files with 3 additions and 2 deletions

View File

@@ -725,6 +725,7 @@ if not ENABLE_LOCALIZATION:
#
STRAWBERRY_DJANGO = {
"TYPE_DESCRIPTION_FROM_MODEL_DOCSTRING": True,
"USE_DEPRECATED_FILTERS": True,
}
#