This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
queries
History
Florian Apolloner
9350f77c69
[1.11.x]
Fixed
#28399
-- Fixed QuerySet.count() for union(), difference(), and intersection() queries.
...
Backport of adab280cefb15659c39558ac26ea392b0a1e456c from master
2017-07-15 09:10:42 -04:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
[1.11.x]
Fixed
#28101
-- Fixed a regression with nested __in subquery lookups and to_field.
2017-04-23 01:16:04 -04:00
test_qs_combinators.py
[1.11.x]
Fixed
#28399
-- Fixed QuerySet.count() for union(), difference(), and intersection() queries.
2017-07-15 09:10:42 -04:00
tests.py
[1.11.x]
Fixed
#28101
-- Fixed a regression with nested __in subquery lookups and to_field.
2017-04-23 01:16:04 -04:00