We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7e282 commit 7c23d0cCopy full SHA for 7c23d0c
1 file changed
ietf/settings.py
@@ -737,6 +737,10 @@ def skip_unreadable_post(record):
737
ACCOUNT_REQUEST_EMAIL = 'account-request@ietf.org'
738
739
740
+SILENCED_SYSTEM_CHECKS = [
741
+ "fields.W342", # Setting unique=True on a ForeignKey has the same effect as using a OneToOneField.
742
+]
743
+
744
745
# Put the production SECRET_KEY in settings_local.py, and also any other
746
# sensitive or site-specific changes. DO NOT commit settings_local.py to svn.
0 commit comments