mirror of
https://github.com/Hopiu/django.git
synced 2026-04-13 19:41:07 +00:00
Fix PostgreSQL failing on a test
This commit is contained in:
parent
b6784bee66
commit
a589fdff81
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ class SchemaTests(TestCase):
|
|||
DatabaseError,
|
||||
lambda: list(Author.objects.all()),
|
||||
)
|
||||
connection.rollback()
|
||||
|
||||
@skipUnless(connection.features.supports_foreign_keys, "No FK support")
|
||||
def test_fk(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue