mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
This commit is contained in:
parent
09e837c5d9
commit
cb791a2540
15 changed files with 228 additions and 21 deletions
|
@ -291,6 +291,7 @@ class Migration(migrations.Migration):
|
|||
options=None,
|
||||
bases=None,
|
||||
),
|
||||
# RemovedInDjango51Warning.
|
||||
migrations.CreateModel(
|
||||
name="CITestModel",
|
||||
fields=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue