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-07-13 22:29:11 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
select_for_update
History
Jon Dufresne
01742aa932
[2.2.x] Refs
#31040
-- Fixed Python PendingDeprecationWarning in select_for_update.tests.
...
Backport of 0dd2308cf6f559a4f4b50edd7c005c7cf025d1aa from master
2020-10-12 12:21:33 +02: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.2.x]
Fixed
#31866
-- Fixed locking proxy models in QuerySet.select_for_update(of=()).
2020-08-11 12:33:18 +02:00
tests.py
[2.2.x] Refs
#31040
-- Fixed Python PendingDeprecationWarning in select_for_update.tests.
2020-10-12 12:21:33 +02:00