This website requires JavaScript.
Explore
Help
Sign In
p15693087
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d81c86d32c
django
/
tests
/
queries
History
Mads Jensen
a51c4de194
Used assertRaisesMessage() to test Django's error messages.
2017-07-29 19:07:23 -04:00
..
__init__.py
…
models.py
Fixed
#28101
-- Fixed a regression with nested __in subquery lookups and to_field.
2017-04-23 00:21:27 -04:00
test_iterator.py
Fixed
#27639
-- Added chunk_size parameter to QuerySet.iterator().
2017-06-01 17:50:41 -04:00
test_q.py
Fixed
#28211
-- Prevented ORing an empty Q() from reducing query join efficiency.
2017-05-25 09:06:25 -04:00
test_qs_combinators.py
Fixed
#28399
-- Fixed QuerySet.count() for union(), difference(), and intersection() queries.
2017-07-15 08:20:12 -04:00
tests.py
Used assertRaisesMessage() to test Django's error messages.
2017-07-29 19:07:23 -04:00