| Age | Commit message (Collapse) | Author |
|
non-PostgreSQL databases.
|
|
|
|
migrations.
|
|
each operation.
|
|
Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews.
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
operations for PostgreSQL.
|
|
|
|
|
|
|
|
This adds also suggested filename for many built-in operations.
|
|
- Don't try to create an existing extension.
- Don't try to drop a nonexistent extension.
|
|
|
|
|
|
|
|
operations for PostgreSQL.
Thanks to Simon Charettes for review.
Co-Authored-By: Daniel Tao <daniel.tao@gmail.com>
|
|
|
|
Thanks to Marc Tamlyn for the initial patch.
|
|
Thanks Tim for the review.
|
|
contrib.postgres.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refs #23879.
|
|
|
|
This reverts commit f36151ed169813f2873e13ca9de616cfa4095321.
Adding kwargs to deconstructed objects does not achieve useful
forward-compatibility in general, since additional arguments are silently
dropped rather than having their intended effect. In fact, it can make the
failure more difficult to diagnose. Thanks Shai Berger for discussion.
|
|
|
|
Thanks to `django-hstore` for inspiration in some areas, and many people
for reviews.
|