Django 1.7 vs Django1.6 vs Django 1.5

Viewed 5238

I have been developing using Django 1.5 a lot. Is it worth the time to shift from Django 1.5 to Django 1.6 or Django 1.7? I know, In 1.7, migration is into the core of Django. How different is it from south?

1 Answers
Related