| Age | Commit message (Collapse) | Author |
|
Backport of a17becf4c7f4e4057e8c94990e4b4999be0aea95 from main
|
|
with selected columns.
Backport of d400b08a8baa697905daadd47a6ba12336e93336 from main
|
|
Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick
Pope, and Paul Ganssle for reviews.
|
|
QuerySet.count().
|
|
|
|
appropriate.
|
|
Thanks to Simon Charette and Adam Johnson for the reviews.
|
|
|
|
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
|
|
updated.
Co-authored-by: Diego Lima <diego.lima@lais.huol.ufrn.br>
|
|
on MySQL/MariaDB.
Thanks Matt Westcott for the report.
Regression in 779e615e362108862f1681f965ee9e4f1d0ae6d2.
|
|
SQLite 3.35+.
|
|
the first paragraph.
|
|
transforms with booleans on SQLite.
Thanks Matthew Cornell for the report.
|
|
|
|
with QuerySet.values()/values_list() on SQLite.
|
|
multiple batches.
|
|
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
expressions.
Thanks Mariusz Felisiak and Simon Charette for reviews.
|
|
Supported since 84c1826ded17b2d74f66717fb745fc36e37949fd.
|
|
|
|
|
|
|
|
a pickled Query.
|
|
|
|
|
|
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.
|
|
|
|
with models exceptions.
|
|
|
|
|
|
|
|
MariDB and MySQL.
|
|
|
|
QuerySet.select_for_update() on PostgreSQL.
|
|
|
|
|
|
comments.
|
|
MariaDB 10.5+.
|
|
Thanks Simon Charette for the review and Mariusz Felisiak for tests.
|
|
|
|
|
|
"self" with multi-table inheritance.
Thanks Abhijeet Viswa for the report and initial patch.
|
|
QuerySet.select_for_update() options.
Thanks Par Andersson for reporting the issue.
|
|
|
|
MariaDB and MySQL 8.0.18+.
|