summaryrefslogtreecommitdiff
path: root/tests/select_for_update/models.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+3
* Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_update(of=()).Daniel Hillier2020-08-111-0/+14
* Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for...Abhijeet Viswa2020-02-111-1/+5
* Fixed #30953 -- Made select_for_update() lock queryset's model when using "se...Mariusz Felisiak2019-12-021-0/+9
* Refs #28010 -- Allowed reverse related fields in SELECT FOR UPDATE .. OF.Ran Benita2017-10-281-0/+4
* Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update().Ran Benita2017-06-291-0/+11
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+5