Mariusz Felisiak
|
b059ddf066
Fixed #27561 -- Added Oracle support for binary "or" operator.
|
8 лет назад |
Mariusz Felisiak
|
b63d0c54b0
Fixed #24959 -- Fixed queries using negative timedeltas on MySQL and Oracle.
|
8 лет назад |
za
|
321e94fa41
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
8 лет назад |
Tim Graham
|
8119b679eb
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
|
8 лет назад |
François Freitag
|
631ef6b272
Made FieldError/FieldDoesNotExist messages uniform across Python versions.
|
8 лет назад |
Mads Jensen
|
0c1f71635f
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSequenceEqual().
|
8 лет назад |
Matthew Wilkes
|
4f138fe5a4
Fixed #22288 -- Fixed F() expressions with the __range lookup.
|
8 лет назад |
Josh Smeaton
|
2a4af0ea43
Fixed #25774 -- Refactor datetime expressions into public API
|
9 лет назад |
Tim Graham
|
92053acbb9
Fixed E128 flake8 warnings in tests/.
|
9 лет назад |
Tim Graham
|
1c8c0837c6
Sorted single letter imports per the latest version of isort.
|
9 лет назад |
Simon Charette
|
766afc22a1
Fixed #24793 -- Unified temporal difference support.
|
9 лет назад |
Simon Charette
|
31098e3288
Used setUpTestData for the timedelta expression tests.
|
9 лет назад |
Hasan
|
253adc2b8a
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
|
9 лет назад |
Hasan
|
3d0dcd7f5a
Refs #26022 -- Used context manager version of assertRaises in tests.
|
9 лет назад |
Antoine Catton
|
b971c1cd78
Fixed #25506 -- Allowed filtering over a RawSQL annotation.
|
9 лет назад |
Alex Hill
|
134ca4d438
Fixed #24509 -- Added Expression support to SQLInsertCompiler
|
9 лет назад |
Adam Chainz
|
3fe3887a2e
Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').
|
9 лет назад |
Michael Manfre
|
6cc2113204
Added comment to test_query_clone indicating lack of assert is intentional.
|
9 лет назад |
Josh Smeaton
|
02a2943e4c
Fixed #24485 -- Allowed combined expressions to set output_field
|
10 лет назад |
Josh Smeaton
|
88d798d71a
Refs #24485 -- Renamed some expression types
|
10 лет назад |
Josh Smeaton
|
ff2aa40192
Fixed #24486 -- Fixed error with datetime and DurationField arithmetic
|
10 лет назад |
Anssi Kääriäinen
|
fb146193c4
Fixed #24171 -- Fixed failure with complex aggregate query and expressions
|
10 лет назад |
Tim Graham
|
0ed7d15563
Sorted imports with isort; refs #23860.
|
10 лет назад |
Tim Graham
|
62df1834b8
Fixed expressions test on Python 3.5; refs #23763.
|
10 лет назад |
Josh Smeaton
|
7171bf755b
Refs #14030 -- Added repr methods to all expressions
|
10 лет назад |
Michał Modzelewski
|
65246de7b1
Fixed #24031 -- Added CASE expressions to the ORM.
|
10 лет назад |
Josh Smeaton
|
8713ea7568
Fixed null handling in Value expression
|
10 лет назад |
Marc Tamlyn
|
57554442fe
Fixed #2443 -- Added DurationField.
|
10 лет назад |
Shabda Raaj
|
43041ee48c
Refs #18586 -- Refactored expressions tests.
|
10 лет назад |
Thomas Chaumeny
|
6b5d82749c
Fixed #16731 -- Made pattern lookups work properly with F() expressions
|
10 лет назад |