mirror of
https://github.com/django/django.git
synced 2025-05-07 07:26:29 +00:00
[1.7.x] Fixed flake8 indentation.
Backport of ab431fbd4f from master
This commit is contained in:
parent
4b30bddb7a
commit
50ebddad6a
@ -446,11 +446,11 @@ class MigrationAutodetector(object):
|
|||||||
# Depend on the other end of the primary key if it's a relation
|
# Depend on the other end of the primary key if it's a relation
|
||||||
if primary_key_rel:
|
if primary_key_rel:
|
||||||
dependencies.append((
|
dependencies.append((
|
||||||
primary_key_rel._meta.app_label,
|
primary_key_rel._meta.app_label,
|
||||||
primary_key_rel._meta.object_name,
|
primary_key_rel._meta.object_name,
|
||||||
None,
|
None,
|
||||||
True
|
True
|
||||||
))
|
))
|
||||||
# Generate creation operation
|
# Generate creation operation
|
||||||
self.add_operation(
|
self.add_operation(
|
||||||
app_label,
|
app_label,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user