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