| Age | Commit message (Collapse) | Author |
|
|
|
macOS ARM64.
|
|
|
|
relationships.
This reduces the likelihood of admin searches issuing queries with
excessive joins.
|
|
|
|
|
|
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
ManifestStaticFilesStorage."
This reverts commit 91e21836f667c784a8a63ab1f18d81f553e679cb.
`export` and `import` directives have several syntax variants and not
all of them were properly covered.
Thanks Hervé Le Roy for the report.
|
|
range fields.
|
|
block.
|
|
template block.
|
|
|
|
|
|
Co-authored-by: Matthew Downey <matthew.downey@webit.com.au>
|
|
transforms.
|
|
SP-GiST indexes on PostgreSQL 14+.
|
|
|
|
|
|
|
|
Follow up to ea87a85fad9994dbb0748df25bc9c2d99b24809b.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|