Downgrading Django to 1.1.2
I had some issues upgrading to Django 1.2.1, and needed to roll Django back to 1.1.2. I searched for “Downgrading Django”, and didn’t find instructions, so now that I’ve figured it out, I’m posting instructions here. First, if you’re using easy_install, I suggest switching to pip. It has more features, is better designed, and uses [...]