summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_operations.py
AgeCommit message (Expand)Author
2020-10-21Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.Tom Carrick
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-06-03Refs #31615 -- Added EXISTS clauses to extension operations.Adam Johnson
2020-05-28Fixed #31468 -- Allowed specifying migration filename in Operation.Adam Johnson
2020-05-27Fixed #31615 -- Made migrations skip extension operations if not needed.Frantisek Holop
2020-05-27Used not installed extension in CreateExtension() tests.Frantisek Holop
2020-03-09Fixed #31347 -- Checked allow_migrate() in CreateExtension operation.Hasan Ramezani
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-08-21Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations...Mads Jensen