mirror of
https://github.com/django/django.git
synced 2025-01-12 11:26:23 +00:00
Fix pep8 violation in migration template.
This commit is contained in:
parent
6f504266b2
commit
aea9faa146
@ -279,7 +279,7 @@ from django.db import models, migrations
|
|||||||
%(imports)s
|
%(imports)s
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
%(replaces_str)s
|
%(replaces_str)s
|
||||||
dependencies = [
|
dependencies = [
|
||||||
%(dependencies)s\
|
%(dependencies)s\
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user