We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7631775 + 1d957c0 commit f45ecaaCopy full SHA for f45ecaa
haystack/indexes.py
@@ -124,7 +124,7 @@ def get_model(self):
124
125
This method is required & you must override it to return the correct class.
126
"""
127
- raise NotImplementedError("You must provide a 'model' method for the '%r' index." % self)
+ raise NotImplementedError("You must provide a 'get_model' method for the '%r' index." % self)
128
129
def index_queryset(self, using=None):
130
0 commit comments