mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specific tests.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
parent
3cafb783f3
commit
149b55fefa
11 changed files with 12 additions and 35 deletions
|
|
@ -1,7 +1,5 @@
|
|||
from datetime import date
|
||||
|
||||
from django.test import modify_settings
|
||||
|
||||
from . import PostgreSQLTestCase
|
||||
from .models import (
|
||||
HStoreModel,
|
||||
|
|
@ -18,7 +16,6 @@ except ImportError:
|
|||
pass # psycopg2 isn't installed.
|
||||
|
||||
|
||||
@modify_settings(INSTALLED_APPS={"append": "django.contrib.postgres"})
|
||||
class BulkSaveTests(PostgreSQLTestCase):
|
||||
def test_bulk_update(self):
|
||||
test_data = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue