summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-04-06 12:17:09 -0400
committerTim Graham <timograham@gmail.com>2016-04-06 12:17:09 -0400
commit8dcd01046ef0307dbefeac1e1036cf1d5421d109 (patch)
treedea05477ca7e3712177e20ad17511c73bee3787b
parentc643b4c9f2acfdcb562bdbec1d74ac797b890b9b (diff)
Removed extra blank lines in last commit.
-rw-r--r--docs/howto/writing-migrations.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/howto/writing-migrations.txt b/docs/howto/writing-migrations.txt
index 02c39dff40..c205a1add5 100644
--- a/docs/howto/writing-migrations.txt
+++ b/docs/howto/writing-migrations.txt
@@ -318,8 +318,6 @@ Here's a sample migration:
if global_apps.is_installed('old_app'):
dependencies.append(('old_app', '0001_initial'))
-
-
Also consider what you want to happen when the migration is unapplied. You
could either do nothing (as in the example above) or remove some or all of the
data from the new application. Adjust the second argument of the