We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 408172e + c8c5874 commit a3f561dCopy full SHA for a3f561d
readthedocs/settings/base.py
@@ -365,7 +365,7 @@ def USE_PROMOS(self): # noqa
365
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination', # NOQA
366
'PAGE_SIZE': 10,
367
}
368
- SILENCED_SYSTEM_CHECKS = ['fields.W342']
+ SILENCED_SYSTEM_CHECKS = ['fields.W342', 'guardian.W001']
369
370
# Logging
371
LOG_FORMAT = '%(name)s:%(lineno)s[%(process)d]: %(levelname)s %(message)s'
0 commit comments