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
/
annotations
Age
Commit message (
Expand
)
Author
2015-08-14
[1.8.x] Refs #23843 -- Updated Oracle annotations workaround to reflect lates...
Tim Graham
2015-05-25
[1.8.x] Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count()
Paweł Marczewski
2015-03-22
[1.8.x] Fixed backport of refs #24485 tests.
Tim Graham
2015-03-22
Fixed #24485 -- Allowed combined expressions to set output_field
Josh Smeaton
2015-03-22
[1.8.x] Fixed #24508 -- Made annotations commutative
Josh Smeaton
2015-03-06
[1.8.x] Fixed #24420 -- Allowed ordering by case expressions
Josh Smeaton
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-07
Fixed null handling in Value expression
Josh Smeaton
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2014-12-24
Fixed #10414 -- Made select_related() fail on invalid field names.
Niclas Olofsson
2014-12-03
Marked some tests as expected failures on Oracle/cx_Oracle<=5.1.3/Python3
Shai Berger
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