From 45587561de3c612e90d1190e446e6f712e077361 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 25 Oct 2014 01:58:52 -0400 Subject: [PATCH] Add TODO reminder --- mayan/apps/documents/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mayan/apps/documents/models.py b/mayan/apps/documents/models.py index 70369f4113..d466a29273 100644 --- a/mayan/apps/documents/models.py +++ b/mayan/apps/documents/models.py @@ -219,6 +219,8 @@ class Document(models.Model): logger.debug('new_version saved') + # TODO: new HISTORY for version updates + return new_version # Proxy methods