The same issues exist in master branch as of today.
According to many sources (e.g.
https://www.caktusgroup.com/blog/2015/11/10/initial-data-django/ ),
fixtures are deprecated way for managing initial data. It is not mentioned
there. Also it doesn't describe how to use migrations for that purpose.
Link to https://docs.djangoproject.com/en/1.11/topics/migrations/#data-
migrations would be extremely useful.
--
Ticket URL: <https://code.djangoproject.com/ticket/29165>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* easy: 1 => 0
* owner: nobody => Tim Graham
* type: Bug => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
This also came up in #28983 (closed as worksforme). I have a couple ideas
in mind about how to improve that page and will propose a patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/29165#comment:1>
* cc: Ed Morley (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/29165#comment:2>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/9753 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/29165#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/29165#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"fd9398816e14554b52362f1152349da832fab4b1" fd93988]:
{{{
#!CommitTicketReference repository=""
revision="fd9398816e14554b52362f1152349da832fab4b1"
Fixed #29165 -- Clarified how to load initial data with migrations.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29165#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"8d3bd724ab996078a570dd736b85a8ad5b317f97" 8d3bd724]:
{{{
#!CommitTicketReference repository=""
revision="8d3bd724ab996078a570dd736b85a8ad5b317f97"
[2.0.x] Fixed #29165 -- Clarified how to load initial data with
migrations.
Backport of fd9398816e14554b52362f1152349da832fab4b1 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29165#comment:6>