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
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
2015-09-14
Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of COUNT('*').
Adam Chainz
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-05
Added comment to test_query_clone indicating lack of assert is intentional.
Michael Manfre
2015-03-22
Fixed #24485 -- Allowed combined expressions to set output_field
Josh Smeaton
2015-03-17
Refs #24485 -- Renamed some expression types
Josh Smeaton
2015-03-17
Fixed #24486 -- Fixed error with datetime and DurationField arithmetic
Josh Smeaton
2015-03-09
Fixed #24171 -- Fixed failure with complex aggregate query and expressions
Anssi Kääriäinen
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-31
Fixed expressions test on Python 3.5; refs #23763.
Tim Graham
2015-01-28
Refs #14030 -- Added repr methods to all expressions
Josh Smeaton
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-07
Fixed null handling in Value expression
Josh Smeaton
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-11
Refs #18586 -- Refactored expressions tests.
Shabda Raaj
2014-11-28
Fixed #16731 -- Made pattern lookups work properly with F() expressions
Thomas Chaumeny
2014-11-16
Removed references to the deprecated assertRaisesRegexp method.
Simon Charette
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-16
Fixed #23492 -- Restored F.__deepcopy__.
Baptiste Mispelon
2014-04-21
Consolidated expressions tests.
Aymeric Augustin
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2013-11-03
Fixed all E226 violations
Alex Gaynor
[prev]
[next]