summaryrefslogtreecommitdiff
path: root/tests/indexes
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2018-12-26 11:20:11 -0500
committerGitHub <noreply@github.com>2018-12-26 11:20:11 -0500
commitb74b6736d061b896220c0971e3a060ec2f6be12b (patch)
tree7b267e468681e7b3c61745c165b5fffbc9c2ee0e /tests/indexes
parentec7bf6d826e6ce745f81a6f891430d32f37a7651 (diff)
downloaddjango-b74b6736d061b896220c0971e3a060ec2f6be12b.tar.gz
Refs #29547 -- Skipped an unsupported partial index test on older versions of SQLite.
Follow up to e5b8626c0eb223cc3d643163882c5902c40ec972.
Diffstat (limited to 'tests/indexes')
-rw-r--r--tests/indexes/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/indexes/tests.py b/tests/indexes/tests.py
index ef81f6ab9b..7eb5dd89a9 100644
--- a/tests/indexes/tests.py
+++ b/tests/indexes/tests.py
@@ -303,6 +303,7 @@ class PartialIndexTests(TransactionTestCase):
))
editor.remove_index(index=index, model=Article)
+ @skipUnlessDBFeature('supports_functions_in_partial_indexes')
def test_multiple_conditions(self):
with connection.schema_editor() as editor:
index = Index(