From fdfb3086fcba1b737ec09676ab4bb95105f3371e Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 12 Apr 2022 15:34:26 +0200 Subject: Fixed DatabaseFeatures.supports_index_column_ordering and related tests with MyISAM storage engine. --- tests/indexes/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/indexes/tests.py b/tests/indexes/tests.py index 7bc305e596..b5cdef3545 100644 --- a/tests/indexes/tests.py +++ b/tests/indexes/tests.py @@ -93,6 +93,7 @@ class SchemaIndexesTests(TestCase): str(index.create_sql(Article, editor)), ) + @skipUnlessDBFeature("supports_index_column_ordering") def test_descending_columns_list_sql(self): index = Index(fields=["-headline"], name="whitespace_idx") editor = connection.schema_editor() -- cgit v1.3