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-01-20 15:19:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
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
…
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