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:
parent
6f504266b2
commit
aea9faa146
@ -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\
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user