summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-12/+28
* Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti2021-11-041-0/+3
* Refs #32943 -- Added support for covering SP-GiST indexes on PostgreSQL 14+.Nick Pope2021-10-011-1/+1
* Fixed #33114 -- Defined default output_field of StringAgg.ali2021-09-271-0/+1
* Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant2021-09-171-1/+1
* Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.Mariusz Felisiak2020-12-031-0/+1
* Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...Mariusz Felisiak2020-10-141-0/+1
* Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.Mariusz Felisiak2020-10-141-2/+3
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-8/+2
* Removed unused __str__() methods in tests models.Author: Mads Jensen2020-04-151-15/+0
* Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon2020-03-161-0/+5
* Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani2019-12-051-0/+10
* Refs #27808 -- Added test for saving nested ArrayField with nullable base field.Hasan Ramezani2019-11-011-0/+1
* Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen2019-07-161-0/+12
* Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...Mariusz Felisiak2019-07-101-0/+2
* Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().Vinay Karanam2019-02-091-2/+6
* Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino2018-10-021-2/+2
* Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes2018-09-181-3/+3
* Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.vinay karanam2018-07-271-0/+3
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+1
* Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...Flávio Juvenal2017-10-201-1/+1
* Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham2017-09-271-4/+1
* Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...Tim Graham2017-07-201-1/+1
* Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette2017-05-041-0/+1
* Added a test for ArrayField(HStoreField()).Simon Charette2017-05-031-0/+1
* Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...Paolo Melchiorre2017-04-251-0/+4
* Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen2017-02-111-5/+7
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham2016-09-221-1/+1
* Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen2016-09-211-3/+10
* Used a database feature to prevent the jsonb test model from being migrated.Simon Charette2016-09-121-10/+7
* Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz2016-08-251-0/+2
* Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn2016-04-221-0/+32
* Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types.Matt C2016-03-151-3/+0
* Fixed #25143 -- Added ArrayField.from_db_value().Fernando Miranda2016-03-121-0/+30
* Refs #25979 -- Dropped compatiblity for running tests on PostgreSQL < 9.2.Tim Graham2016-02-121-24/+15
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+2
* Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz2015-06-151-0/+4
* Fixed #24837 -- field__contained_by=RangeMarc Tamlyn2015-06-041-0/+12
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-301-2/+12
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-10/+17
* Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy2015-03-301-0/+18
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-161-1/+9
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-101-2/+19
* Fixed #24034 -- Don't always overwrite deconstruct path.Jernej Kos2014-12-211-0/+5
* Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny2014-11-281-0/+8
* Added HStoreField.Marc Tamlyn2014-11-041-1/+5