| Age | Commit message (Collapse) | Author |
|
handler views.
Thanks to Jon on Stack Overflow for reporting the issue.
|
|
abstract base classes.
Thanks Carlton Gibson for the review.
|
|
|
|
This partly reverts commit 4400d8296d268f5a8523cd02ddc33b12219b2535.
|
|
|
|
Sphinx interprets some "%[a-z]" in SQL statements as a
"Literal.String.Interpol" which leads to incorrect highlighting.
|
|
on Windows.
Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27.
|
|
Regression in 1a28dc3887e8d66d5e3ff08cf7fb0a6212b873e5.
The usage of CONCAT to allow SearchVector to deal with non-text fields
made the generated expression non-IMMUTABLE which prevents a functional
index to be created for it.
Using a combination of COALESCE and ::text makes sure the expression
preserves its immutability.
Refs #29582. Thanks Andrew Brown for the report, Nick Pope for the
review.
|
|
|
|
|
|
|
|
custom validator is callable.
|
|
comments and hints.
|
|
|
|
|
|
nested JSONField key transform.
|
|
Debian-based distributions.
|
|
|
|
|
|
|
|
|
|
QuerySet.count() and exists() on a many-to-many relation."
This reverts commit 1299421cadc4fcf63585f2f88337078e43e660e0 due to
a regression with custom managers.
|
|
|
|
range object.
Thanks to Mariusz Felisiak for helping with the patch.
|
|
|
|
|
|
|
|
Regression in bc7dd8490b882b2cefdc7faf431dc64c532b79c9.
|
|
on language cookies.
|
|
The new override functionality claimed in refs #21379 doesn't work.
Forwardport of 714fdbaa7048c2321f6238d9421137c33d9af7cc from stable/1.10.x.
|
|
ArrayAgg and StringAgg.
|
|
technical 500 debug page.
Regression in 50b8493.
Related to ea542a9.
|
|
|
|
dbshell on Oracle.
Regression in acfc650f2a6e4a79e80237eabfa923ea3a05d709.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
through model from being editable if the user only has the view permission.
|
|
|
|
|
|
Thanks to Curtis Maloney for the description of the problem.
|
|
|
|
|
|
|
|
After a stable branch is created, 'master' will change to
'stable/' + version + '.x'.
|
|
|
|
|