15684 add USE_DEPRECATED_FILTERS to strawberry

This commit is contained in:
Arthur 2024-04-10 08:43:14 -07:00
parent ea1fabab44
commit 52505e389b

View File

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