| Age | Commit message (Collapse) | Author |
|
Backport of 1d16dbc74563ec9aeb4bdff870d0fe5064667b26 from main
|
|
|
|
PostgreSQL.
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
verbose_name.
|
|
|
|
|
|
ManifestFilesMixin.
|
|
appropriate.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
protocol to https.
The default sitemap protocol, when it is built outside the context of
a request, will be changed from 'http' to 'https' in Django 5.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Follow up to 24b9f5082344a127147266dd52d5d2dcd1c9cb44.
|
|
QuerySet.distinct() is not the only way to avoid duplicate, it's also
not preferred.
|
|
|
|
|
|
InnoDB supports spatial data types in MySQL 5.7+ and MariaDB 10.2+.
|
|
LWGEOM is not required for IsValid().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This change follows a long discussion on django-develops:
https://groups.google.com/g/django-developers/c/tctDuKUGosc/
|
|
|
|
Co-Authored-By: Carles Pina i Estany <carles@pina.cat>
|
|
Thanks Ian Foote and Mariusz Felisiak for reviews.
|
|
ModelAdmin.get_formset_kwargs().
Thanks Nick Pope for reviews.
|