Allow import UUID_FUNCTION

Changes related to the document models split commit.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-09 18:05:26 -04:00
parent 335c21488e
commit 03ba13e5cb

View File

@@ -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__)