Add explicit argument name.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -322,7 +322,9 @@ class DocumentIndexNodeListView(SingleObjectListView):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def get_object_list(self):
|
def get_object_list(self):
|
||||||
return DocumentIndexInstanceNode.objects.get_for(self.get_document())
|
return DocumentIndexInstanceNode.objects.get_for(
|
||||||
|
document=self.get_document()
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class RebuildIndexesView(FormView):
|
class RebuildIndexesView(FormView):
|
||||||
|
|||||||
Reference in New Issue
Block a user