diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-03-21 14:21:43 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-03-21 21:06:50 +0100 |
| commit | 0f9560855e5ed203b8c911c23237826e28a62a38 (patch) | |
| tree | f62d3cd8b6fb6ac6f3a30282169d762b522d291c /tests/basic | |
| parent | 907ac646415a911b54d84c5203d4fa78ed1b91d5 (diff) | |
Removed legacy transaction management per the deprecation timeline.
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/basic/tests.py b/tests/basic/tests.py index 7b1f78a3b6..a8e4df32d6 100644 --- a/tests/basic/tests.py +++ b/tests/basic/tests.py @@ -755,7 +755,6 @@ class ConcurrentSaveTests(TransactionTestCase): try: # Do not delete a directly - doing so alters its state. Article.objects.filter(pk=a.pk).delete() - connections[DEFAULT_DB_ALIAS].commit_unless_managed() except Exception as e: exceptions.append(e) finally: |
