From 03ba13e5cbe82ab26c91315951a3d26ad19a5e0c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Tue, 9 Apr 2019 18:05:26 -0400 Subject: [PATCH] Allow import UUID_FUNCTION Changes related to the document models split commit. Signed-off-by: Roberto Rosario --- mayan/apps/documents/models/document_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/documents/models/document_models.py b/mayan/apps/documents/models/document_models.py index 2cf2bd5aa2..5512a720ce 100644 --- a/mayan/apps/documents/models/document_models.py +++ b/mayan/apps/documents/models/document_models.py @@ -22,7 +22,7 @@ from ..signals import post_document_type_change from .document_type_models import DocumentType -__all__ = ('Document',) +__all__ = ('Document', 'UUID_FUNCTION') logger = logging.getLogger(__name__)