summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/migrations
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+1
* Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the...Mariusz Felisiak2022-07-261-22/+11
* Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock2022-07-081-11/+22
* Fixed #33704 -- Updated postgres_tests migrations.Mariusz Felisiak2022-05-131-15/+29
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-072-155/+402
* 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
* Refs #27996 -- Fixed postgres_tests crash if not running with PostgreSQL.Mariusz Felisiak2020-07-311-1/+4
* Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+.Nick Pope2020-07-281-3/+6
* Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.Mariusz Felisiak2020-05-141-6/+2
* 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
* Refs #30943 -- Fixed postgres_tests on PostgreSQL 9.5.Mariusz Felisiak2020-01-311-2/+6
* Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani2019-12-051-0/+16
* Fixed #30943 -- Added BloomIndex to django.contrib.postgres.Nick Pope2019-11-071-1/+3
* 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 #28126 -- Added GistIndex to contrib.postgres.Mads Jensen2017-09-041-2/+5
* 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-252-2/+11
* Alphabetized CITextExtension in test migration.Paolo Melchiorre2017-04-251-2/+2
* Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen2017-02-111-5/+7
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-182-6/+0
* Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen2016-09-212-5/+17
* 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
* Refs #27030 -- Added BtreeGinExtension operation.Akshesh2016-08-121-1/+4
* Fixed flake8 2.6 warnings.Tim Graham2016-06-161-1/+5
* Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville2016-05-131-1/+3
* Fixed #26542 -- Fixed quoting in CreateExtension operation.Conrad Kramer2016-04-271-4/+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