File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ test will fail when trying to access the database.
45
45
values (e.g. primary keys) before running the test. Defaults to
46
46
``False ``. Must be used together with ``transaction=True `` to have an
47
47
effect. Please be aware that not all databases support this feature.
48
- For details see `django.test.TransactionTestCase.reset_sequences `_
48
+ For details see :py:attr: `django.test.TransactionTestCase.reset_sequences `.
49
49
50
50
.. note ::
51
51
@@ -63,7 +63,6 @@ test will fail when trying to access the database.
63
63
Test classes that subclass Python's ``unittest.TestCase `` need to have the
64
64
marker applied in order to access the database.
65
65
66
- .. _django.test.TransactionTestCase.reset_sequences : https://docs.djangoproject.com/en/dev/topics/testing/advanced/#django.test.TransactionTestCase.reset_sequences
67
66
.. _django.test.TestCase : https://docs.djangoproject.com/en/dev/topics/testing/overview/#testcase
68
67
.. _django.test.TransactionTestCase : https://docs.djangoproject.com/en/dev/topics/testing/overview/#transactiontestcase
69
68
You can’t perform that action at this time.
0 commit comments