Преглед на файлове

Removed extra blank lines in last commit.

Tim Graham преди 9 години
родител
ревизия
8dcd01046e
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      docs/howto/writing-migrations.txt

+ 0 - 2
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