1
0
mirror of https://github.com/django/django.git synced 2024-12-24 18:16:19 +00:00

Fix pep8 violation in migration template.

This commit is contained in:
Marc Tamlyn 2014-01-29 15:53:47 +00:00
parent 6f504266b2
commit aea9faa146

View File

@ -279,7 +279,7 @@ from django.db import models, migrations
%(imports)s
class Migration(migrations.Migration):
%(replaces_str)s
%(replaces_str)s
dependencies = [
%(dependencies)s\
]