Skip to content

Commit 7c23d0c

Browse files
committed
Silenced a system check we won't always follow.
- Legacy-Id: 12401
1 parent 7c7e282 commit 7c23d0c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,10 @@ def skip_unreadable_post(record):
737737
ACCOUNT_REQUEST_EMAIL = 'account-request@ietf.org'
738738

739739

740+
SILENCED_SYSTEM_CHECKS = [
741+
"fields.W342", # Setting unique=True on a ForeignKey has the same effect as using a OneToOneField.
742+
]
743+
740744

741745
# Put the production SECRET_KEY in settings_local.py, and also any other
742746
# sensitive or site-specific changes. DO NOT commit settings_local.py to svn.

0 commit comments

Comments
 (0)