"initial_data fixtures are no longer loaded for apps with migrations; if
you want to load initial data for an app, we suggest you do it in a
migration."
... could become
"initial_data fixtures are no longer loaded for apps with migrations; if
you want to load initial data for an app, we suggest you create a
migration for you application and define a RunPython or RunSQL command in
the operations section of the migration."
That could be immensely helpful for pointing users in the right direction,
especially if they are eager to quickly get django 1.7 up and running...
whilst maintaining fixture-like functionality.
--
Ticket URL: <https://code.djangoproject.com/ticket/23513>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_docs: => 0
Comment:
Since the text is identical, we can make the update part of #23513.
--
Ticket URL: <https://code.djangoproject.com/ticket/23513#comment:1>