mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.11.x] Removed unexpected initial attribute in data migration examples.
Inadvertently added indb97a88495. Backport of899c42cc8efrom master
This commit is contained in:
committed by
Tim Graham
parent
992c929d22
commit
4b00657f24
1
AUTHORS
1
AUTHORS
@@ -718,6 +718,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>
|
||||
|
||||
@@ -466,7 +466,6 @@ Then, open up the file; it should look something like this::
|
||||
from django.db import migrations
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
initial = True
|
||||
|
||||
dependencies = [
|
||||
('yourappname', '0001_initial'),
|
||||
@@ -504,7 +503,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'),
|
||||
|
||||
Reference in New Issue
Block a user