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