Kaydet (Commit) 50ebddad authored tarafından Tim Graham's avatar Tim Graham

[1.7.x] Fixed flake8 indentation.

Backport of ab431fbd from master
üst 4b30bddb
......@@ -446,11 +446,11 @@ class MigrationAutodetector(object):
# Depend on the other end of the primary key if it's a relation
if primary_key_rel:
dependencies.append((
primary_key_rel._meta.app_label,
primary_key_rel._meta.object_name,
None,
True
))
primary_key_rel._meta.app_label,
primary_key_rel._meta.object_name,
None,
True
))
# Generate creation operation
self.add_operation(
app_label,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment