| Age | Commit message (Collapse) | Author |
|
|
|
Previously, deferring fields in different classes didn't omit the
superclass' deferred field.
Thanks Simon Charette for the suggested fix.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
value to None.
Also fixed crash of .filter(field__transform=None).
|
|
|
|
|
|
|
|
|
|
Expression.convert_value().
Unused since a0d166306fbdc41f49e6fadf4ec84b17eb147daa.
|
|
intersection() queries.
|
|
Unused since 23ca3a01940c63942885df4709712cebf4df79ec.
|
|
|
|
Obsolete since Query.alias_map became an OrderedDict (refs #26522).
|
|
Follow up to ab89414f40db1598364a7fe4cfac1766cacd2668.
|
|
Unused since 5008a4db440c8f7d108a6979b959025ffb5789ba.
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
Lookup right hand side processing was compiling query compilers which happened
to work by chance as SQLCompiler defines a as_sql() method with two optional
parameters albeit it doesn't expect the same type of arguments.
|
|
the __in lookup."
This reverts commit e62ea0bb9cbb54c1eef848871fe3eab2bad268dc since it
broke multi-column __in lookups and _meta.order_wrt on Oracle.
|
|
Queries could potentially be resolved in cases where ordering matter.
|
|
|
|
|
|
|
|
to_field.
Thanks Kristian Klette for the report and Tim for the help.
|
|
Unused since 6fe2b001dba45134d7c10729c57959995e241a88.
|
|
Unused since 534aaf56f4a8e261e111426b2a709e2f8816192f.
|
|
|
|
Thanks Andrew Brown for the test case.
|
|
|
|
Prevented queries from reusing trimmed joins.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Meta.default_related_name.
Per deprecation timeline.
|
|
Thanks Travis Newport for the tests and Josh Smeaton for contributing
to the patch.
|
|
Thanks Mariusz Felisiak for review and Oracle assistance.
Thanks Tim Graham for review and writing docs.
|
|
another.
|
|
|
|
Thanks Anssi Kääriäinen for the initial patch and Anssi, Simon Charette,
and Josh Smeaton for review.
|
|
Unknown if it was ever used.
|
|
cdfdcf4b70bebfc68871df885387790c6afbc23c missed this test.
|
|
|
|
Unused since 0c7633178fa9410f102e4708cef979b873bccb76.
|
|
QuerySet filtering.
|
|
Removed possible u'' prefixes on Python 2.
|