PEP8 cleanups, E501: 79 character long lines.

This commit is contained in:
Roberto Rosario
2015-07-19 03:27:41 -04:00
parent 20a2f93cbc
commit c275988c90
31 changed files with 357 additions and 129 deletions

View File

@@ -15,6 +15,8 @@ def create_default_document_source(sender, **kwargs):
def copy_transformations_to_version(sender, **kwargs):
instance = kwargs['instance']
# TODO: Fix this, source should be previous version
# TODO: Fix this, shouldn't this be at the documents app
Transformation.objects.copy(source=instance.document, targets=instance.pages.all())