mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
This commit is contained in:
parent
bc3540ce2c
commit
bcf3532ede
22 changed files with 48 additions and 139 deletions
|
|
@ -165,7 +165,6 @@ def setup(verbosity, test_labels, parallel):
|
|||
settings.LOGGING = log_config
|
||||
settings.SILENCED_SYSTEM_CHECKS = [
|
||||
'fields.W342', # ForeignKey(unique=True) -> OneToOneField
|
||||
'fields.W901', # CommaSeparatedIntegerField deprecated
|
||||
]
|
||||
|
||||
# Load all the ALWAYS_INSTALLED_APPS.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue