Add TODO reminder
This commit is contained in:
@@ -28,6 +28,7 @@ def update_indexes(document):
|
||||
"""
|
||||
Update or create all the index instances related to a document
|
||||
"""
|
||||
# TODO: convert this fuction into a manager method
|
||||
|
||||
warnings = []
|
||||
|
||||
@@ -48,6 +49,8 @@ def delete_indexes(document):
|
||||
Delete all the index instances related to a document
|
||||
"""
|
||||
|
||||
# TODO: convert this fuction into a manager method
|
||||
|
||||
warnings = []
|
||||
|
||||
for index_node in document.node_instances.all():
|
||||
|
||||
Reference in New Issue
Block a user