Skip to content

Commit a3f561d

Browse files
authored
Merge pull request #4892 from dojutsu-user/disable-django-guardian-warning
Disable django guardian warning
2 parents 408172e + c8c5874 commit a3f561d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def USE_PROMOS(self): # noqa
365365
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination', # NOQA
366366
'PAGE_SIZE': 10,
367367
}
368-
SILENCED_SYSTEM_CHECKS = ['fields.W342']
368+
SILENCED_SYSTEM_CHECKS = ['fields.W342', 'guardian.W001']
369369

370370
# Logging
371371
LOG_FORMAT = '%(name)s:%(lineno)s[%(process)d]: %(levelname)s %(message)s'

0 commit comments

Comments
 (0)