How do I upgrade Django 1.3.1 to 1.4? Any tips, tutorials, or warnings?
Posted
by
hobbes3
on Server Fault
See other posts from Server Fault
or by hobbes3
Published on 2012-03-24T15:41:02Z
Indexed on
2012/03/24
17:31 UTC
Read the original article
Hit count: 267
Django 1.4 was recently released. Almost all the information about Django 1.4 is in the release note, but I didn't see anything about how to upgrade. Should I just remove the django
folder inside Python's site-packges
and download 1.4? I think I originally installed Django using emerge
and yum
but I'm not sure if the package management systems are up-to-date with Django 1.4 yet.
That might be ok on my server instance (Gentoo Linux), but on my local instance I am using virtualenvwrapper
(on Mac OS 10.7), so maybe I want to create a new Python virtual environment for Djago 1.4. Or maybe not since I don't really care about backward compatibility with 1.3.1.
© Server Fault or respective owner