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.
1 parent c8291f4 commit df094f1Copy full SHA for df094f1
algoliasearch_django/models.py
@@ -254,7 +254,6 @@ def _should_really_index(self, instance):
254
attr_type = type(self.should_index)
255
if attr_type is DeferredAttribute:
256
attr_value = self.should_index.__get__(instance, None)
257
- attr_type = type(attr_value)
258
elif attr_type is str:
259
attr_value = getattr(instance, self.should_index)
260
elif attr_type is property:
0 commit comments