Move trashed document views to their own module

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-11 22:35:23 -04:00
parent 1f5dffa0e5
commit ae814a18c5
9 changed files with 359 additions and 302 deletions

View File

@@ -21,6 +21,11 @@ from ..permissions import (
from .document_views import DocumentDownloadFormView, DocumentDownloadView
__all__ = (
'DocumentVersionListView', 'DocumentVersionRevertView',
'DocumentVersionDownloadFormView', 'DocumentVersionDownloadView',
'DocumentVersionView'
)
logger = logging.getLogger(__name__)