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:17:20 -0400
commitaa1c615428a9bb2e175076b1fc4b6b4a3955c55d (patch)
tree43ee76814bd9056abae68f5b19d6059c77b72497
parent563046a7de24d5e1eac1d455ec5530d0479186e0 (diff)
[1.7.x] Removed extra newline.
Backport of b48c2c5925 from master
-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 e86000b5ef..c4f9326c5d 100644
--- a/django/core/management/commands/squashmigrations.py
+++ b/django/core/management/commands/squashmigrations.py
@@ -117,4 +117,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.")
-