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
d549b88050
django
/
tests
/
queries
History
Sergey Fedoseev
f3c9562143
Fixed
#15648
-- Allowed QuerySet.values_list() to return a namedtuple.
2017-09-06 15:32:32 -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
Fixed
#15648
-- Allowed QuerySet.values_list() to return a namedtuple.
2017-09-06 15:32:32 -04:00