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 12a1f9f + 44ba5e8 commit 8a6ffefCopy full SHA for 8a6ffef
src/models.py
@@ -176,7 +176,7 @@ def update_obj_index(self, instance):
176
# Should not index, but since we don't now the state of the
177
# instance, we need to send a DELETE request to ensure that if
178
# the instance was previously indexed, it will be removed.
179
- self.delete_obj_index(self, instance)
+ self.delete_obj_index(instance)
180
return
181
182
obj = self._build_object(instance)
0 commit comments