| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Dicts preserve order since Python 3.6.
|
|
other columns.
|
|
and Expression.convert_value().
Per deprecation timeline.
|
|
|
|
on SQLite and Oracle.
|
|
Thanks Ramiro Morales for contributing to the patch.
|
|
values_list() after combining querysets with extra() with union(), difference(), or intersection().
Regression in 0b66c3b442875627fa6daef4ac1e90900d74290b.
|
|
|
|
DatabaseFeatures.can_use_chunked_reads.
|
|
used in the GROUP BY clause.
Thanks Tim Graham for the review.
|
|
Unused since 01d440fa1e6b5c62acfa8b3fde43dfa1505f93c6.
|
|
when using a RawSQL annotation.
Regression in 1d070d027c218285b66c0bde8079034b33a87f11.
|
|
|
|
values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection().
Regression in a0c03c62a8ac586e5be5b21393c925afa581efaf.
Thanks Tim Graham and Carlton Gibson for reviews.
|
|
values_list() querysets with union(), difference(), or intersection().
Regression in 7316720603821ebb64dfe8fa592ba6edcef5f3e.
|
|
|
|
Regression in 4acae21846f6212aa992763e587c7e201828d7b0.
Thanks Stephen Brooks for the report.
|
|
continue statements.
|
|
|
|
QuerySet.select_for_update(of=()).
|
|
|
|
|
|
values() and values_list().
|
|
difference(), and intersection().
Thanks Tim Graham for the review.
|
|
Thanks Adam Chidlow for polishing the patch.
|
|
Thanks Tim Graham for the review.
|
|
Incorrect on Oracle.
|
|
Thanks Tim Graham for the review.
|
|
SQLInsertCompiler.execute_sql() check.
Unused since 7deb25b8dd5aa1ed02b5e30cbc67cd1fb0c3d6e6.
|
|
|
|
support.
Thanks Anssi Kääriäinen for contributing to the patch.
|
|
Thanks Josh Smeaton, Mariusz Felisiak, Sergey Fedoseev, Simon Charettes,
Adam Chainz/Johnson and Tim Graham for comments and reviews and Jamie
Cockburn for initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Expression.convert_value().
Unused since a0d166306fbdc41f49e6fadf4ec84b17eb147daa.
|
|
intersection() queries.
|
|
queryset raising EmptyResultSet.
Thanks Jon Dufresne for the report. Thanks Tim Graham and Simon Charette
for the reviews.
|
|
|
|
Obsolete since Query.alias_map became an OrderedDict (refs #26522).
|
|
combining with an EmptyQuerySet.
Thanks Jon Dufresne for the report and Tim Graham for the review.
|
|
|