summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_citext.py
AgeCommit message (Collapse)Author
2023-09-18Refs #33872 -- Removed ↵Mariusz Felisiak
django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField. Per deprecation timeline.
2022-12-01Refs #33308 -- Ensured type handlers are registered for all PostgreSQL ↵Florian Apolloner
specific tests. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2022-08-03Fixed #33872 -- Deprecated ↵Mariusz Felisiak
django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-11-29Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-05-04Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette
Thanks Tim for the review.
2017-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen