MCPcopy
hub / github.com/django/django / test_composed_desc_index_with_fk

Method test_composed_desc_index_with_fk

tests/schema/tests.py:3436–3438  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3434 self._test_composed_index_with_fk(index)
3435
3436 def test_composed_desc_index_with_fk(self):
3437 index = Index(fields=["-author", "title"], name="book_author_title_idx")
3438 self._test_composed_index_with_fk(index)
3439
3440 @skipUnlessDBFeature("supports_expression_indexes")
3441 def test_composed_func_index_with_fk(self):

Callers

nothing calls this directly

Calls 2

IndexClass · 0.90

Tested by

no test coverage detected