| 20 | |
| 21 | |
| 22 | class BasicMockModelSearchIndex(indexes.BasicSearchIndex, indexes.Indexable): |
| 23 | def get_model(self): |
| 24 | return MockModel |
| 25 | |
| 26 | |
| 27 | class BasicAnotherMockModelSearchIndex(indexes.BasicSearchIndex, indexes.Indexable): |
no outgoing calls
searching dependent graphs…