| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
value to None.
Also fixed crash of .filter(field__transform=None).
|
|
|
|
|
|
|
|
|
|
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.
|
|
The if statement always evaluates to True.
|
|
Unused since 23ca3a01940c63942885df4709712cebf4df79ec.
|
|
|
|
Obsolete since Query.alias_map became an OrderedDict (refs #26522).
|
|
Follow up to ab89414f40db1598364a7fe4cfac1766cacd2668.
|
|
combining with an EmptyQuerySet.
Thanks Jon Dufresne for the report and Tim Graham for the review.
|
|
Unused since 5008a4db440c8f7d108a6979b959025ffb5789ba.
|
|
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
distinct() and order_by().
Thanks Tim for the review.
|
|
The grouping caused an issue with database views as PostgreSQL's query planer
isn't smart enough to introspect primary keys through views. Django doesn't
support database views but documents that unmanaged models should be used to
query them.
Thanks powderflask for the detailed report and investigation.
|
|
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.
|
|
another one.
|
|
|
|
Oracle.
Thanks Shai Berger and Tim Graham for the reviews.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
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.
|