summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_operations.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-191-24/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-173/+261
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+1
* Fixed #31653 -- Added AddConstraintNotValid()/ValidateConstraint() operations...Sanskar Jaiswal2021-06-081-4/+106
* Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak2021-01-191-19/+0
* Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick2020-10-211-5/+203
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+1
* Refs #31615 -- Added EXISTS clauses to extension operations.Adam Johnson2020-06-031-2/+2
* Fixed #31468 -- Allowed specifying migration filename in Operation.Adam Johnson2020-05-281-0/+2
* Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop2020-05-271-3/+28
* Used not installed extension in CreateExtension() tests.Frantisek Holop2020-05-271-2/+2
* Fixed #31347 -- Checked allow_migrate() in CreateExtension operation.Hasan Ramezani2020-03-091-2/+47
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-3/+2
* Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen2019-08-211-0/+144