mirror of
https://github.com/django/django.git
synced 2025-09-09 12:10:49 +00:00
Removed extra blank lines in last commit.
This commit is contained in:
parent
c643b4c9f2
commit
8dcd01046e
1 changed files with 0 additions and 2 deletions
|
@ -318,8 +318,6 @@ Here's a sample migration:
|
||||||
if global_apps.is_installed('old_app'):
|
if global_apps.is_installed('old_app'):
|
||||||
dependencies.append(('old_app', '0001_initial'))
|
dependencies.append(('old_app', '0001_initial'))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Also consider what you want to happen when the migration is unapplied. You
|
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
|
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
|
data from the new application. Adjust the second argument of the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue