| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
null value.
|
|
values_list() querysets with union(), difference(), or intersection().
Regression in 7316720603821ebb64dfe8fa592ba6edcef5f3e.
|
|
|
|
Regression in 4acae21846f6212aa992763e587c7e201828d7b0.
Thanks Stephen Brooks for the report.
|
|
warnings.
https://bugs.python.org/issue25988
|
|
Unused since b4492a8ca4a7ae4daa3a6b03c3d7a845fad74931.
|
|
continue statements.
|
|
|
|
|
|
QuerySet.select_for_update(of=()).
|
|
a custom lookup class with lookup_name != None is registered as the exact lookup.
Regression in 58da81a5a372a69f0bac801c412b57f3cce5f188 and prerequisite
for refs #28896.
|
|
|
|
This required allowing WhereNode to be provided as When(condition).
This was made possible by cf12257db23fa248c89a3da3f718aa01a50ca659.
|
|
|
|
|
|
|
|
|
|
models.
|
|
values() and values_list().
|
|
Thanks Krzysztof Nazarewski for the initial patch.
|
|
|
|
difference(), and intersection().
Thanks Tim Graham for the review.
|
|
|
|
Thanks Adam Chidlow for polishing the patch.
|
|
Regression in ec50937bcbe160e658ef881021402e156beb0eaf.
Thanks Simon Charette for review.
|
|
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.
|
|
Unneeded since its introduction in 4f138fe5a496a81115c4fba6615a517fc62c3b17.
|
|
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.
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
|
|
|
|
Previously, deferring fields in different classes didn't omit the
superclass' deferred field.
Thanks Simon Charette for the suggested fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|