mirror of
https://github.com/django/django.git
synced 2025-11-02 12:58:56 +00:00
Name PostgreSQL correctly.
This commit is contained in:
parent
33ea472f69
commit
00e8e514e1
7 changed files with 28 additions and 28 deletions
|
|
@ -5,5 +5,5 @@ from django.test import TestCase
|
|||
|
||||
|
||||
@unittest.skipUnless(connection.vendor == 'postgresql', "PostgreSQL specific tests")
|
||||
class PostgresSQLTestCase(TestCase):
|
||||
class PostgreSQLTestCase(TestCase):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue