mirror of
https://github.com/django/django.git
synced 2025-09-13 05:57:52 +00:00
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
This commit is contained in:
parent
10d1261984
commit
5371342ed6
16 changed files with 35 additions and 80 deletions
|
@ -52,9 +52,8 @@ class ExplainTests(TestCase):
|
|||
{'costs': False, 'buffers': True, 'analyze': True},
|
||||
{'verbose': True, 'timing': True, 'analyze': True},
|
||||
{'verbose': False, 'timing': False, 'analyze': True},
|
||||
{'summary': True},
|
||||
]
|
||||
if connection.features.is_postgresql_10:
|
||||
test_options.append({'summary': True})
|
||||
if connection.features.is_postgresql_12:
|
||||
test_options.append({'settings': True})
|
||||
if connection.features.is_postgresql_13:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue