summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/migrations
AgeCommit message (Expand)Author
2020-12-03Refs #27095 -- Fixed test_contained_by_including_F_object when run in reverse.Mariusz Felisiak
2020-10-14Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...Mariusz Felisiak
2020-10-14Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.Mariusz Felisiak
2020-07-31Refs #27996 -- Fixed postgres_tests crash if not running with PostgreSQL.Mariusz Felisiak
2020-07-28Refs #27996 -- Doc'd no extension required for RandomUUID() on PostgreSQL 13+.Nick Pope
2020-05-14Fixed #31579 -- Dropped support for PostgreSQL 9.5 and PostGIS 2.2.Mariusz Felisiak
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-03-16Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search l...Baptiste Mispelon
2020-01-31Refs #30943 -- Fixed postgres_tests on PostgreSQL 9.5.Mariusz Felisiak
2019-12-05Fixed #31039 -- Added support for contained_by lookup with AutoFields, SmallI...Hasan Ramezani
2019-11-07Fixed #30943 -- Added BloomIndex to django.contrib.postgres.Nick Pope
2019-11-01Refs #27808 -- Added test for saving nested ArrayField with nullable base field.Hasan Ramezani
2019-07-16Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.Mads Jensen
2019-07-10Fixed #30621 -- Fixed crash of __contains lookup for Date/DateTimeRangeField ...Mariusz Felisiak
2019-02-09Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().Vinay Karanam
2018-10-02Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.Stefano Chiodino
2018-09-18Fixed #23646 -- Added QuerySet.bulk_update() to efficiently update many models.Tom Forbes
2018-07-27Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.vinay karanam
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2017-09-27Fixed #28626 -- Dropped support for PostgreSQL 9.3.Tim Graham
2017-09-04Fixed #28126 -- Added GistIndex to contrib.postgres.Mads Jensen
2017-05-04Fixed #28161 -- Fixed return type of ArrayField(CITextField()).Simon Charette
2017-05-03Added a test for ArrayField(HStoreField()).Simon Charette
2017-04-25Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.post...Paolo Melchiorre
2017-04-25Alphabetized CITextExtension in test migration.Paolo Melchiorre
2017-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-21Fixed #26610 -- Added CITextField to contrib.postgres.Mads Jensen
2016-09-12Used a database feature to prevent the jsonb test model from being migrated.Simon Charette
2016-08-25Fixed #25995 -- Added an encoder option to JSONFieldClaude Paroz
2016-08-12Refs #27030 -- Added BtreeGinExtension operation.Akshesh
2016-06-16Fixed flake8 2.6 warnings.Tim Graham
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-04-27Fixed #26542 -- Fixed quoting in CreateExtension operation.Conrad Kramer
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
2016-03-12Fixed #25143 -- Added ArrayField.from_db_value().Fernando Miranda
2016-02-12Refs #25979 -- Dropped compatiblity for running tests on PostgreSQL < 9.2.Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-15Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz
2015-06-04Fixed #24837 -- field__contained_by=RangeMarc Tamlyn
2015-05-30Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn
2015-04-18Stopped special-casing postgres-specific testsClaude Paroz
2015-03-30Fixed #24301 -- Added PostgreSQL-specific aggregate functionsAndriy Sokolovskiy
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-10Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn
2014-11-28Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny
2014-11-04Removed unused import.Tim Graham
2014-11-04Added HStoreField.Marc Tamlyn