mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Refs #29547 -- Skipped an unsupported partial index test on older versions of SQLite.
Follow up to e5b8626c0e
.
This commit is contained in:
parent
ec7bf6d826
commit
b74b6736d0
3 changed files with 3 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue