1
0
mirror of https://github.com/django/django.git synced 2025-04-06 06:26:41 +00:00

Fixed postgres rollback issue with fixture test

This commit is contained in:
Preston Holmes 2012-10-01 11:36:16 -07:00
parent 14681eaa53
commit 55fa86a97f

View File

@ -79,7 +79,8 @@ class TestFixtures(TestCase):
'loaddata',
'sequence_extra',
ignore=True,
verbosity=0
verbosity=0,
commit=False
)
self.assertEqual(Animal.specimens.all()[0].name, 'Lion')