| Age | Commit message (Collapse) | Author |
|
It's a transitional setting helpful in migrating multiple instance of
the same project to Django 3.1+.
Thanks Markus Holtermann for the report and review, Florian
Apolloner for the implementation idea and review, and Carlton Gibson
for the review.
|
|
QuerySet.alias() allows creating reusable aliases for expressions that
don't need to be selected but are used for filtering, ordering, or as
a part of complex expressions.
Thanks Simon Charette for reviews.
|
|
The item_comments hook returns a comments URL which is then used by the
feed builder.
|
|
|
|
Updated the sitemap generator and default template to optionally
include link elements with hreflang attribute to alternate language
URLs.
|
|
https://www.postgresql.org/docs/13/functions-uuid.html
https://www.postgresql.org/docs/13/pgcrypto.html#id-1.11.7.34.10.5
|
|
|
|
Follow up to 22aab8662f0368b63f91f2526bdd0532524bc0fe
|
|
docs.
|
|
|
|
|
|
with models exceptions.
|
|
|
|
|
|
aggregate functions.
|
|
|
|
|
|
|
|
|
|
HttpResponse.delete_cookie().
Cookies with the "SameSite" flag set to None and without the "secure"
flag will be soon rejected by latest browser versions.
This affects sessions and messages cookies.
|
|
|
|
This required implementing a limited form of dynamic dispatch to combine
expressions with numerical output. Refs #26355 should eventually provide
a better interface for that.
|
|
|
|
instance to admin docs.
|
|
|
|
|
|
|
|
|
|
|
|
and body.
|
|
|
|
|
|
CheckConstraint.check and UniqueConstraint.condition.
|
|
|
|
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
tables modifications.
|
|
|
|
Thanks to Dan Ward for the initial patch.
|
|
|
|
|
|
|
|
ModelAdmin.search_fields.
|
|
|
|
The example uses the world border data set, where
one of the entries has a null field value.
|
|
|
|
|
|
MariDB and MySQL.
|
|
|
|
|