| Age | Commit message (Collapse) | Author |
|
AP styleguide: Virtually none of the words ending with -wards end with
an s.
|
|
|
|
appropriate.
|
|
|
|
Thanks to Simon Charette and Adam Johnson for the reviews.
|
|
QuerySet.filter().
Thanks Hannes Ljungberg and Simon Charette for reviews.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
|
|
The introduction of the Expression.empty_aggregate_value interface
allows the compilation stage to enable the EmptyResultSet optimization
if all the aggregates expressions implement it.
This also removes unnecessary RegrCount/Count.convert_value() methods.
Disabling the empty result set aggregation optimization when it wasn't
appropriate prevented None returned for a Count aggregation value.
Thanks Nick Pope for the review.
|
|
updated.
Co-authored-by: Diego Lima <diego.lima@lais.huol.ufrn.br>
|
|
|
|
datetime.date.utcnow() doesn't exist, should be .today().
|
|
on MySQL/MariaDB.
Thanks Matt Westcott for the report.
Regression in 779e615e362108862f1681f965ee9e4f1d0ae6d2.
|
|
SQLite 3.35+.
|
|
|
|
the first paragraph.
|
|
|
|
cannot be used as members.
|
|
transforms with booleans on SQLite.
Thanks Matthew Cornell for the report.
|
|
|
|
with QuerySet.values()/values_list() on SQLite.
|
|
Thanks Ian Foote and Mariusz Felisiak for reviews.
|
|
multiple batches.
|
|
Follow up to 725c549ae7a34d83447201da7190f8d71c7fc2fc.
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
Thanks Simon Charette, Mads Jensen, and Mariusz Felisiak for reviews.
Co-authored-by: Markus Holtermann <info@markusholtermann.eu>
|
|
|
|
|
|
|
|
|
|
for self-referential ManyToManyField.
|
|
|
|
|
|
This also changes the default type of auto-created primary keys
for new apps and projects to BigAutoField.
|
|
|
|
Follow up to 51297a92324976a704279b567ec4f80bb92d7b60.
|
|
|
|
expressions.
Thanks Mariusz Felisiak and Simon Charette for reviews.
|
|
Supported since 84c1826ded17b2d74f66717fb745fc36e37949fd.
|
|
|
|
|
|
|
|
Thanks Simon Charette and Mariusz Felisiak for reviews.
|
|
|
|
|
|
a pickled Query.
|
|
|