On Wed, Jan 14, 2015 at 6:34 AM, Abraham Varricatt <
abraham.varric...@googlemail.com> wrote:

To be more specific, the document you link clearly mentions that "Django
> can’t automatically generate data migrations for you"
>
>
> And this is what puzzles me. If it isn't automated and is something that
> needs to be done manually, what's so great about it's inclusion in Django
> 1.7?
>

Django cannot read your mind to figure out what specific changes to your
data you'd like to have happen. So writing the logic of the data migration
is up to you.

Django *can* usually deduce the necessary schema changes from examining
what the models looked like before and after. And that's the difference.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAL13Cg88m0rV_H7HCQPgsXtUeyrJ7qShnu0KFt55Z%2B7uTuhP-A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to