This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
select_for_update
History
Ran Benita
4e4619a2b8
[2.0.x]
Fixed
#28944
-- Fixed crash when chaining values()/values_list() after QuerySet.select_for_update(of=()).
...
Backport of c21f158295d92e35caf96436bfdbbff554fc5569 from master
2017-12-26 12:18:39 -05:00
..
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
models.py
[2.0.x] Refs
#28010
-- Allowed reverse related fields in SELECT FOR UPDATE .. OF.
2017-10-28 21:42:51 -04:00
tests.py
[2.0.x]
Fixed
#28944
-- Fixed crash when chaining values()/values_list() after QuerySet.select_for_update(of=()).
2017-12-26 12:18:39 -05:00