summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/migrations/0002_create_test_models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-011-1/+0
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+1
* Fixed #33704 -- Updated postgres_tests migrations.Mariusz Felisiak2022-05-131-15/+29
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-150/+392
* Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...Guilherme Martins Crocetti2021-11-041-0/+1
* 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/+9
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-15/+2
* Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon2020-03-161-0/+11
* Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani2019-12-051-0/+16
* Refs #27808 -- Added test for saving nested ArrayField with nullable base field.Hasan Ramezani2019-11-011-0/+4
* Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen2019-07-161-0/+21
* 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/+13
* 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 #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham2017-09-271-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/+7
* Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen2017-02-111-5/+7
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen2016-09-211-3/+13
* Used a database feature to prevent the jsonb test model from being migrated.Simon Charette2016-09-121-13/+1
* Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz2016-08-251-0/+2
* Fixed flake8 2.6 warnings.Tim Graham2016-06-161-1/+5
* Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn2016-04-221-0/+34
* Fixed #25143 -- Added ArrayField.from_db_value().Fernando Miranda2016-03-121-0/+2
* Refs #25979 -- Dropped compatiblity for running tests on PostgreSQL < 9.2.Tim Graham2016-02-121-5/+0
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-2/+10
* Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz2015-06-151-0/+7
* Fixed #24837 -- field__contained_by=RangeMarc Tamlyn2015-06-041-0/+15
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-301-0/+15
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-21/+33
* Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy2015-03-301-0/+18
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-161-1/+15
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-101-0/+23
* Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny2014-11-281-0/+18
* Added HStoreField.Marc Tamlyn2014-11-041-0/+76