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-05-07 07:26:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
queries
History
Tim Graham
aeb35548dc
[2.0.x]
Fixed
#29125
-- Made Q.deconstruct() deterministic with multiple keyword arguments.
...
Backport of b95c49c954e3b75678bb258e9fb2ec30d0d960bb from master
2018-02-12 20:47:51 -05:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
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
[2.0.x]
Fixed
#29125
-- Made Q.deconstruct() deterministic with multiple keyword arguments.
2018-02-12 20:47:51 -05:00
test_qs_combinators.py
[2.0.x]
Fixed
#28781
-- Added QuerySet.values()/values_list() support for union(), difference(), and intersection().
2017-11-12 14:31:21 +01:00
tests.py
[2.0.x]
Fixed
#29108
-- Fixed crash in aggregation of distinct+ordered+sliced querysets.
2018-02-08 10:00:12 -05:00