mirror of
https://github.com/django/django.git
synced 2025-07-17 02:05:18 +00:00
Fixed #28626 -- Dropped support for PostgreSQL 9.3.
Thanks Simon Charette for the introspection changes.
This commit is contained in:
parent
ea7ca5db30
commit
1d8cfa3608
13 changed files with 18 additions and 53 deletions
|
@ -4,7 +4,7 @@ from time import sleep
|
|||
|
||||
from django.contrib.postgres.functions import RandomUUID, TransactionNow
|
||||
|
||||
from . import PostgreSQLTestCase, skipUnlessPG94
|
||||
from . import PostgreSQLTestCase
|
||||
from .models import NowTestModel, UUIDTestModel
|
||||
|
||||
|
||||
|
@ -29,7 +29,6 @@ class TestTransactionNow(PostgreSQLTestCase):
|
|||
self.assertEqual(m1.when, m2.when)
|
||||
|
||||
|
||||
@skipUnlessPG94
|
||||
class TestRandomUUID(PostgreSQLTestCase):
|
||||
|
||||
def test_random_uuid(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue