mirror of
https://github.com/django/django.git
synced 2025-08-18 01:30:42 +00:00
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
Per deprecation timeline.
This commit is contained in:
parent
6e4e5523a8
commit
04eb1b4567
12 changed files with 49 additions and 286 deletions
|
@ -245,13 +245,6 @@ def setup_collect_tests(start_at, start_after, test_labels=None):
|
|||
settings.LOGGING = log_config
|
||||
settings.SILENCED_SYSTEM_CHECKS = [
|
||||
"fields.W342", # ForeignKey(unique=True) -> OneToOneField
|
||||
# django.contrib.postgres.fields.CICharField deprecated.
|
||||
"fields.W905",
|
||||
"postgres.W004",
|
||||
# django.contrib.postgres.fields.CIEmailField deprecated.
|
||||
"fields.W906",
|
||||
# django.contrib.postgres.fields.CITextField deprecated.
|
||||
"fields.W907",
|
||||
]
|
||||
|
||||
# Load all the ALWAYS_INSTALLED_APPS.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue