mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
parent
4daf570b98
commit
c6e6d4eeb7
26 changed files with 142 additions and 2 deletions
|
@ -23,6 +23,8 @@ requires_threading = unittest.skipUnless(threading, 'requires threading')
|
|||
|
||||
class SelectForUpdateTests(TransactionTestCase):
|
||||
|
||||
available_apps = ['select_for_update']
|
||||
|
||||
def setUp(self):
|
||||
transaction.enter_transaction_management()
|
||||
self.person = Person.objects.create(name='Reinhardt')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue