diff --git a/mayan/apps/authentication/tests_views.py b/mayan/apps/authentication/test_views.py similarity index 100% rename from mayan/apps/authentication/tests_views.py rename to mayan/apps/authentication/test_views.py diff --git a/mayan/apps/documents/models.py b/mayan/apps/documents/models.py index e2d05bfe89..4a66446bd7 100644 --- a/mayan/apps/documents/models.py +++ b/mayan/apps/documents/models.py @@ -191,7 +191,7 @@ class Document(models.Model): document_id=self.pk, user_id=user_id, ), queue='uploads') - logger.info('New document version created for document: %s', self) + logger.info('New document version queued for document: %s', self) # Proxy methods def open(self, *args, **kwargs):