diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/migrations.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 6c1a2ce8cd..5bc14feb2a 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -468,7 +468,6 @@ Then, open up the file; it should look something like this:: from django.db import migrations, models class Migration(migrations.Migration): - initial = True dependencies = [ ('yourappname', '0001_initial'), @@ -506,7 +505,6 @@ need to do is use the historical model and iterate over the rows:: person.save() class Migration(migrations.Migration): - initial = True dependencies = [ ('yourappname', '0001_initial'), |
