This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-25 01:34:38 +00:00
Code
Issues
32
Releases
Wiki
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