I've created an example project to demonstrate:
https://github.com/amarsahinovic/django-migrations-bug-example
--
Ticket URL: <https://code.djangoproject.com/ticket/23308>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Could you try re-generating that 0002 migration with the latest 1.7.x
code? When I re-generated it on my computer with the latest code, it added
`('articles', '0001_initial'),` as a dependency which fixed it.
https://github.com/django/django/archive/stable/1.7.x.tar.gz
--
Ticket URL: <https://code.djangoproject.com/ticket/23308#comment:1>
Comment (by amarsahinovic):
It worked when I used the latest git code. Thank you!
--
Ticket URL: <https://code.djangoproject.com/ticket/23308#comment:2>
* status: new => closed
* resolution: => duplicate
--
Ticket URL: <https://code.djangoproject.com/ticket/23308#comment:3>