summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/fields.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-6/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-9/+19
* Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti2021-11-041-2/+11
* Fixed #26167 -- Added support for functional indexes.Hannes Ljungberg2021-01-131-1/+2
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-6/+1
* Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().Vinay Karanam2019-02-091-0/+7
* Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino2018-10-021-2/+2
* Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen2017-02-111-3/+5
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+3
* Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen2016-09-211-2/+4
* Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz2016-08-251-1/+5
* Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn2016-04-221-0/+2
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-301-1/+2
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-0/+31