Oscar Mederos
Oscar Mederos

Reputation: 29823

Migrating to Django 1.4

I'm currently developing a website in Django v1.2.7. That's the version as per requirements, but I think I could change it without problems. I was thinking about using v1.3 (because of class-based views, etc), but the version 1.4 was released a few weeks ago. My questions are:

Upvotes: 8

Views: 2666

Answers (1)

Burhan Khalid
Burhan Khalid

Reputation: 174624

Both your questions are answered at the release page for 1.4

Upvotes: 12

Related Questions