Add TODO reminder

This commit is contained in:
Roberto Rosario
2014-11-20 03:32:34 -04:00
parent 5122a161f2
commit 4abc866a53

View File

@@ -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():