willzhao
|
9cc0d7f7f8
Fixed #34803 -- Fixed queryset crash when filtering againts deeply nested OuterRef annotations.
|
преди 1 година |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
преди 3 години |
Mariusz Felisiak
|
e703b152c6
Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalFields on MySQL.
|
преди 3 години |
Tobias Bengfort
|
54e94640ac
Refs #25287 -- Added support for multiplying and dividing DurationField by scalar values on SQLite.
|
преди 4 години |
Nick Pope
|
8f10ceaa90
Changed `'%s' % value` pattern to `str(value)`.
|
преди 4 години |
Mariusz Felisiak
|
555e3a848e
Removed unused __str__() methods in tests models.
|
преди 4 години |
Hasan Ramezani
|
4237050684
Fixed #31420 -- Fixed crash when filtering subquery annotation against a SimpleLazyObject.
|
преди 5 години |
Matthew Schinckel
|
4137fc2efc
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
|
преди 8 години |
Simon Charette
|
9e5e5a657b
Fixed #30044 -- Raised a FieldError on inherited field update attempts.
|
преди 6 години |
Mariusz Felisiak
|
362813d628
Fixed hanging indentation in various code.
|
преди 7 години |
Mariusz Felisiak
|
81e357a7e1
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
|
преди 7 години |
Tim Graham
|
f04495521a
Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.
|
преди 7 години |
Claude Paroz
|
f3c43ad1fd
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
|
преди 8 години |
Claude Paroz
|
d7b9aaa366
Refs #23919 -- Removed encoding preambles and future imports
|
преди 8 години |
Adam Chainz
|
652bcc6f5f
Refs #25415 -- Fixed invalid models in the test suite.
|
преди 9 години |
Matthew Wilkes
|
4f138fe5a4
Fixed #22288 -- Fixed F() expressions with the __range lookup.
|
преди 8 години |
Flavio Curella
|
c2e70f0265
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
|
преди 9 години |
Anssi Kääriäinen
|
fb146193c4
Fixed #24171 -- Fixed failure with complex aggregate query and expressions
|
преди 10 години |
Michał Modzelewski
|
65246de7b1
Fixed #24031 -- Added CASE expressions to the ORM.
|
преди 10 години |
Marc Tamlyn
|
57554442fe
Fixed #2443 -- Added DurationField.
|
преди 10 години |
Aymeric Augustin
|
df3b1a01c7
Consolidated expressions tests.
|
преди 11 години |
Jason Myers
|
7a61c68c50
PEP8 cleanup
|
преди 11 години |
Florian Apolloner
|
89f40e3624
Merged regressiontests and modeltests into the test root.
|
преди 12 години |