#23077: Django 1.7 rc1 flush command loads initial data regardless of the migrations ----------------------------+---------------------- Reporter: linovia | Owner: nobody Type: Bug | Status: new Component: Migrations | Version: 1.7-rc-1 Severity: Normal | Keywords: Triage Stage: Unreviewed | Has patch: 0 Easy pickings: 0 | UI/UX: 0 ----------------------------+---------------------- This is following ticket #23031
We have an issue with test runner that crashes on application that has both initial_data and migrations. The reason is the database is flushed before the migration however, flush command will try to load initial_data anyway. This will crash the test runner. Following the documentation, initial_data is deprecated, not yet forbidden at all. -- Ticket URL: <https://code.djangoproject.com/ticket/23077> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscr...@googlegroups.com. To post to this group, send email to django-updates@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/050.8738a6e98e21678e78fa0f49fb3e3f2f%40djangoproject.com. For more options, visit https://groups.google.com/d/optout.