summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/citext.py
AgeCommit message (Expand)Author
2023-09-18Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...Mariusz Felisiak
2022-08-03Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak
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-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen