| Age | Commit message (Collapse) | Author |
|
Backport of 718b32c6918037cfc746d7867333d79a3c887a8c from main
|
|
|
|
|
|
BaseConstraint and subclasses.
|
|
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
|
|
|
|
Per deprecation timeline.
|
|
|
|
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>
|
|
|
|
|
|
|
|
ArrayField's __overlap lookup.
Thanks Mads Jensen and kosz85 and the initial patch.
|
|
django.contrib.postgres.fields.hstore.KeyTransform()."
This reverts commit 7faf25d682b8e8f4fd2006eb7dfc71ed2a2193b7. The same
can be achieved with F() so there is no need to expose an extra API.
|
|
|
|
|
|
django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
|
|
|
|
|
|
|
|
TrigramStrictWordDistance() on PostgreSQL.
|
|
|
|
|
|
Thanks Simon Charette, Keryn Knight, and Mariusz Felisiak for reviews.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
range fields.
|
|
transforms.
|
|
SP-GiST indexes on PostgreSQL 14+.
|
|
|
|
|
|
|
|
PostgreSQL.
|
|
|
|
This also removes unnecessary comments with the previous spelling.
AP Stylebook has a short entry to advise the preferred spelling for
"en-us". "Afterwards" is preferred in British English.
|
|
JSONBAgg results.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
This deprecates forcing a return value for ArrayAgg, JSONBAgg, and
StringAgg when there are no rows in the query. Now that we have a
``default`` argument for aggregates, we want to revert to returning the
default of ``None`` which most aggregate functions return and leave it
up to the user to decide what they want to be returned by default.
|
|
Thanks to Simon Charette and Adam Johnson for the reviews.
|
|
|
|
operations for PostgreSQL.
|
|
Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44.
|
|
|
|
Thanks Ian Foote and Mariusz Felisiak for reviews.
|
|
|
|
|
|
deprecation timeline.
|