index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
expressions
Age
Commit message (
Expand
)
Author
2018-09-08
[2.1.x] Fixed #29727 -- Made nonexistent joins in F() raise FieldError.
Alexander Holmbäck
2018-09-08
[2.1.x] Moved test for nonexistent field in F() to BasicExpressionsTest.
Alexander Holmbäck
2018-04-16
Fixed #29330 -- Fixed crash when pickling BaseExpression.
Daniel Miller
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-03-08
Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.
Simon Charette
2018-02-23
Fixed #29142 -- Fixed crash when OuterRef is used with an operator.
Matthew Schinckel
2018-02-20
Fixed #28442 -- Fixed crash with nested OuterRefs that reference AutoField.
Oliver Sauder
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2018-02-10
Fixed #29118 -- Fixed crash with QuerySet.order_by(Exists(...)).
Raphael Gaschignard
2018-01-31
Fixed #29066 -- Allowed negating query expressions.
priyanshsaxena
2017-12-28
Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite...
Sergey Fedoseev
2017-12-01
Fixed #28863 -- Fixed filter on annotation that contains Q.
Sergey Fedoseev
2017-10-25
Fixed #28689 -- Fixed unquoted table names in Subquery SQL when using OuterRef.
Mariusz Felisiak
2017-10-09
Added tests for Combinable's bitwise logical operation errors.
Mads Jensen
2017-09-25
Removed DatabaseFeatures.supports_microsecond_precision.
Tim Graham
2017-09-18
Fixed #26608 -- Added support for window expressions (OVER clause).
Mads Jensen
2017-09-15
Refs #24031 -- Added test for When.__repr__().
Mads Jensen
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-24
Fixed DatabaseFeatures.has_case_insensitive_like on MySQL and Oracle.
Mariusz Felisiak
2017-07-14
Fixed #28394 -- Allowed setting BaseExpression.output_field (renamed from _ou...
Sergey Fedoseev
2017-05-30
Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.
Tim Graham
2017-03-01
Fixed #27862 -- Fixed incorrectly quoted table aliases in Subquery SQL.
Matthew Schinckel
2017-02-23
Refs #11964, #26167 -- Made Expressions deconstructible.
Ian Foote
2017-02-21
Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.
Vytis Banaitis
2017-02-16
Fixed #27828 -- Fixed a crash when subtracting Integer/DurationField from Dat...
Vytis Banaitis
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-14
Fixed #27149 -- Added Subquery and Exists database expressions.
Matthew Schinckel
2017-01-03
Fixed #25912 -- Added binary left/right shift operators to F expressions.
anabelensc
2017-01-03
Fixed #27681 -- Fixed binary &/| operators for negative values on MySQL.
Mariusz Felisiak
2016-12-02
Fixed #27561 -- Added Oracle support for binary "or" operator.
Mariusz Felisiak
2016-11-23
Fixed #24959 -- Fixed queries using negative timedeltas on MySQL and Oracle.
Mariusz Felisiak
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-17
Made FieldError/FieldDoesNotExist messages uniform across Python versions.
François Freitag
2016-09-13
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-08-19
Fixed #22288 -- Fixed F() expressions with the __range lookup.
Matthew Wilkes
2016-08-18
Fixed #25871 -- Added expressions support to QuerySet.values().
Ian Foote
2016-05-18
Fixed #25774 -- Refactor datetime expressions into public API
Josh Smeaton
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-02-26
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2016-02-26
Used setUpTestData for the timedelta expression tests.
Simon Charette
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-10-14
Fixed #25506 -- Allowed filtering over a RawSQL annotation.
Antoine Catton
2015-09-22
Fixed #24509 -- Added Expression support to SQLInsertCompiler
Alex Hill
[next]