mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Name PostgreSQL correctly.
This commit is contained in:
parent
33ea472f69
commit
00e8e514e1
7 changed files with 28 additions and 28 deletions
|
@ -3,12 +3,12 @@ from __future__ import unicode_literals
|
|||
|
||||
from django.test import modify_settings
|
||||
|
||||
from . import PostgresSQLTestCase
|
||||
from . import PostgreSQLTestCase
|
||||
from .models import CharFieldModel, TextFieldModel
|
||||
|
||||
|
||||
@modify_settings(INSTALLED_APPS={'append': 'django.contrib.postgres'})
|
||||
class UnaccentTest(PostgresSQLTestCase):
|
||||
class UnaccentTest(PostgreSQLTestCase):
|
||||
|
||||
Model = CharFieldModel
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue