summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-07-12 10:16:53 -0400
committerTim Graham <timograham@gmail.com>2014-07-12 10:16:53 -0400
commitb48c2c59253b2f2bedea40ed890f0be6ccad9f46 (patch)
tree064f24188883343025041de93c1dc09f5d918a2f
parent6732566967888f2c12efee1146940c85c0154e60 (diff)
Removed extra newline.
-rw-r--r--django/core/management/commands/squashmigrations.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/django/core/management/commands/squashmigrations.py b/django/core/management/commands/squashmigrations.py
index 0bb50bea6c..82d8fcdca8 100644
--- a/django/core/management/commands/squashmigrations.py
+++ b/django/core/management/commands/squashmigrations.py
@@ -112,4 +112,3 @@ class Command(BaseCommand):
self.stdout.write(" Your migrations contained functions that must be manually copied over,")
self.stdout.write(" as we could not safely copy their implementation.")
self.stdout.write(" See the comment at the top of the squashed migration for details.")
-