| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-21 | Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL. | Tom Carrick | |
| 2020-07-30 | Bumped minimum isort version to 5.1.0. | David Smith | |
| Fixed inner imports per isort 5. isort 5.0.0 to 5.1.0 was unstable. | |||
| 2020-06-03 | Refs #31615 -- Added EXISTS clauses to extension operations. | Adam Johnson | |
| 2020-05-28 | Fixed #31468 -- Allowed specifying migration filename in Operation. | Adam Johnson | |
| This adds also suggested filename for many built-in operations. | |||
| 2020-05-27 | Fixed #31615 -- Made migrations skip extension operations if not needed. | Frantisek Holop | |
| - Don't try to create an existing extension. - Don't try to drop a nonexistent extension. | |||
| 2020-05-27 | Used not installed extension in CreateExtension() tests. | Frantisek Holop | |
| uuid-ossp was already installed. | |||
| 2020-03-09 | Fixed #31347 -- Checked allow_migrate() in CreateExtension operation. | Hasan Ramezani | |
| 2020-02-04 | Simplified imports from django.db and django.contrib.gis.db. | Nick Pope | |
| 2019-08-21 | Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently ↵ | Mads Jensen | |
| operations for PostgreSQL. Thanks to Simon Charettes for review. Co-Authored-By: Daniel Tao <daniel.tao@gmail.com> | |||
