summaryrefslogtreecommitdiff
path: root/tests/invalid_models_tests/test_deprecated_fields.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #31369 -- Improved hint message in NullBooleanField's deprecation warning.Paul Brown2023-05-021-1/+1
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+62
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+5
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-34/+44
* Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak2021-01-141-1/+20
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-4/+4
* Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling2020-04-241-0/+15
* Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham2017-01-171-5/+4
* Fixed #26154 -- Deprecated CommaSeparatedIntegerFieldBrobin2016-02-101-0/+17
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-3/+4
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham2015-01-191-0/+22