[1.10.x] Removed unexpected initial attribute in data migration examples.
Inadvertently added in db97a8849519a3933bf4abd2184efd68ebc21965. Backport of 899c42cc8e1820948f4091f815ce7890057c4a81 from master
This commit is contained in:
parent
9392e3541b
commit
72d4b39c7a
1
AUTHORS
1
AUTHORS
@ -692,6 +692,7 @@ answer newbie questions, and generally made Django that much better:
|
||||
Stanislaus Madueke
|
||||
starrynight <cmorgh@gmail.com>
|
||||
Stefane Fermgier <sf@fermigier.com>
|
||||
Stefano Rivera <stefano@rivera.za.net>
|
||||
Stéphane Raimbault <stephane.raimbault@gmail.com>
|
||||
Stephan Jaekel <steph@rdev.info>
|
||||
Stephen Burrows <stephen.r.burrows@gmail.com>
|
||||
|
@ -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'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user