| Age | Commit message (Collapse) | Author |
|
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654)
to avoid a crash when the user shell doesn't support non-ASCII characters.
Backport of 2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac from master.
|
|
|
|
Removed DatabaseIntrospection.table_name_converter()/column_name_converter()
and use instead DatabaseIntrospection.identifier_converter().
Removed DatabaseFeatures.uppercases_column_names.
Thanks Tim Graham for the initial patch and review and Simon Charette
for the review.
|
|
|
|
|
|
|
|
Regression in 2162f0983de0dfe2178531638ce7ea56f54dd4e7.
|
|
|
|
|
|
|
|
|
|
|
|
null value.
|
|
|
|
warnings.
https://bugs.python.org/issue25988
|
|
Unused since b4492a8ca4a7ae4daa3a6b03c3d7a845fad74931.
|
|
continue statements.
|
|
|
|
|
|
a custom lookup class with lookup_name != None is registered as the exact lookup.
Regression in 58da81a5a372a69f0bac801c412b57f3cce5f188 and prerequisite
for refs #28896.
|
|
|
|
|
|
|
|
|
|
Regression in ec50937bcbe160e658ef881021402e156beb0eaf.
Thanks Simon Charette for review.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|