| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
os.PathLike in migrations.
|
|
Thanks to Dan Ward for the initial patch.
|
|
PostgreSQL.
The namespace of the constraint must be included when making the
constraint immediate.
Regression in 22ce5d0031bd795ade081394043833e82046016c.
Thanks Rodrigo Estevao for the report.
|
|
This mostly reverts af1893c4ff8fdbf227a43a559d90bb1c1238b01a.
|
|
|
|
ModelAdmin.search_fields.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PostgreSQL 12+.
|
|
Thanks Sirius Sufiew for contributing that support.
|
|
Support for sqlparse < 0.2.2 was broken in
40b0a58f5ff949fba1072627e4ad11ef98aa7f36 because is_whitespace property
was added in sqlparse 0.2.2.
|
|
as rhs in queryset filters.
Regression in 4edad1ddf6203326e0be4bdb105beecb0fe454c4.
|
|
Regression in 3a941230c85b2702a5e1cd97e17251ce21057efa.
Thanks Tomasz Szymański for the report.
|
|
in formsets.
Co-authored-by: ethurgood <ethurgood@gmail.com>
|
|
|
|
|
|
templates.
|
|
|
|
DatabaseFeatures.introspected_field_types.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
language variants with different plural equations.
Regression in e3e48b00127c09eafe6439d980a82fc5c591b673.
Thanks to Shai Berger for report, reproduce and suggested fix.
|