summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_citext.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner2022-12-011-2/+0
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+9
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-19/+40
* Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen2017-11-291-0/+19
* Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette2017-05-041-0/+8
* Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen2017-02-111-7/+13
* Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen2016-09-211-0/+30