summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/migrations
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Applied Black's 2023 stable style.David Smith2023-02-012-2/+0
| | | | | | | | Black 23.1.0 is released which, as the first release of the year, introduces the 2023 stable style. This incorporates most of last year's preview style. https://github.com/psf/black/releases/tag/23.1.0
* Fixed #33872 -- Deprecated ↵Mariusz Felisiak2022-08-031-0/+1
| | | | django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
* Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle ↵Mariusz Felisiak2022-07-261-22/+11
| | | | | | the deprecation of migration operations." This reverts commit 41019e48bbf082c985e6ba3bad34d118b903bff1.
* Refs #27236 -- Added generic mechanism to handle the deprecation of ↵David Wobrock2022-07-081-11/+22
| | | | migration operations.
* 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 ↵Guilherme Martins Crocetti2021-11-041-0/+1
| | | | range fields.
* 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
| | | | Thanks Simon Charette for the review.
* Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on ↵Nikita Marchant2021-09-171-1/+1
| | | | PostgreSQL.
* Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.Mariusz Felisiak2020-12-031-0/+1
| | | | | Tests should not rely on auto PKs. Test regression in 33403bf80f635577a18426bc99c8a65e31fd8dfa.
* Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ↵Mariusz Felisiak2020-10-141-0/+1
| | | | | | in expressions. Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd.
* 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
| | | | | https://www.postgresql.org/docs/13/functions-uuid.html https://www.postgresql.org/docs/13/pgcrypto.html#id-1.11.7.34.10.5
* 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
| | | | | | | | | | | Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael Michel for mentoring this Google Summer of Code 2019 project and everyone else who helped with the patch. Special thanks to Mads Jensen, Nick Pope, and Simon Charette for extensive reviews. Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search ↵Baptiste Mispelon2020-03-161-0/+11
| | | | lookup.
* Refs #30943 -- Fixed postgres_tests on PostgreSQL 9.5.Mariusz Felisiak2020-01-311-2/+6
| | | Bloom extension is available on PostgreSQL 9.6+.
* Fixed #31039 -- Added support for contained_by lookup with AutoFields, ↵Hasan Ramezani2019-12-051-0/+16
| | | | SmallIntegerField, and DecimalField.
* 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
| | | | | | Thanks to Nick Pope and Mariusz Felisiak for review. Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ↵Mariusz Felisiak2019-07-101-0/+2
| | | | | | | | when the right hand side is the same type. Thanks Tilman Koschnick for the report and initial patch. Thanks Carlton Gibson the review. Regression in 6b048b364ca1e0e56a0d3815bf2be33ac9998355.
* 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
| | | | Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
* Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham2017-09-271-1/+1
| | | | Thanks Simon Charette for the introspection changes.
* Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen2017-09-041-2/+5
| | | | Thanks to Marc Tamlyn for the initial patch.
* Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette2017-05-041-0/+1
| | | | Thanks Tim for the review.
* Added a test for ArrayField(HStoreField()).Simon Charette2017-05-031-0/+1
|
* Fixed #27996 -- Added RandomUUID function and CryptoExtension to ↵Paolo Melchiorre2017-04-252-2/+11
| | | | contrib.postgres.
* 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
| | | | Thanks Tim for the review.
* Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz2016-08-251-0/+2
| | | | Thanks Berker Peksag and Tim Graham for the reviews.
* 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
| | | | | | | | | | Adds a reasonably feature complete implementation of full text search using the built in PostgreSQL engine. It uses public APIs from Expression and Lookup. With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel and many others for their advice and review. Particular thanks also go to the supporters of the contrib.postgres kickstarter.
* Fixed #25143 -- Added ArrayField.from_db_value().Fernando Miranda2016-03-121-0/+2
| | | | Thanks Karan Lyons for contributing to the patch.
* 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 ↵Flavio Curella2015-07-271-2/+10
| | | | ForeignKey/OneToOneField
* Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz2015-06-151-0/+7
|