summaryrefslogtreecommitdiff
path: root/tests/select_for_update/models.py
AgeCommit message (Collapse)Author
2017-10-28[2.0.x] Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE ↵Ran Benita
.. OF. Thanks Adam Chidlow for polishing the patch. Backport of 03049fb8d96ccd1f1ed0285486103542de42faba from master
2017-06-29Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner