MCPcopy Index your code
hub / github.com/django-haystack/django-haystack / SimpleMockUUIDModelIndex

Class SimpleMockUUIDModelIndex

test_haystack/test_query.py:407–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405
406
407class SimpleMockUUIDModelIndex(indexes.SearchIndex, indexes.Indexable):
408 text = indexes.CharField(document=True, model_attr="characteristics")
409
410 def get_model(self):
411 return UUIDMockModel
412
413
414@override_settings(DEBUG=True)

Callers 1

setUpMethod · 0.70

Calls

no outgoing calls

Tested by 1

setUpMethod · 0.56