mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
parent
4daf570b98
commit
c6e6d4eeb7
26 changed files with 142 additions and 2 deletions
|
@ -318,6 +318,8 @@ class AutoIncrementResetTest(TransactionTestCase):
|
|||
that AutoField values start from 1 for each transactional test case.
|
||||
"""
|
||||
|
||||
available_apps = ['test_runner']
|
||||
|
||||
reset_sequences = True
|
||||
|
||||
@skipUnlessDBFeature('supports_sequence_reset')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue