Re: Backwards migrations on a single app (Django 1.7)

2014-10-05 Thread Markus Holtermann
Hey Dan, Without further details I tend to say no. However, the behavior is different than the one you might be used to from South. There is a ticket that can be used for discussions on that topic (for now) [1]. /Markus [1] https://code.djangoproject.com/ticket/23410 On Sun, Oct 05, 2014 at

Backwards migrations on a single app (Django 1.7)

2014-10-05 Thread Dan
I am trying to migrate backwards on 1 app using: ./manage.py migrate app_name 0001 But it it is migrating all apps back to 0001 Am using django 1.7 am i doing something wrong? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe