I did not find information on the website about the compatibility
between the Pinax and Django versions. I'm starting a new project now
and would like to use Django 1.1. The 0.5 release of Pinax seems to
work, but the 0.7rc1 version doesn't seem to support using Django 1.1
unless the pinax-boot.py script is edited (1.1 version is commented
out in DJANGO_VERSIONS).
So, which version of Pinax is recommended for Django 1.1, and why is
the 1.1 version commented out in the 0.7rc1 pinax-boot.py?
Thanks,
William
> I did not find information on the website about the compatibility
> between the Pinax and Django versions. I'm starting a new project now
> and would like to use Django 1.1. The 0.5 release of Pinax seems to
> work, but the 0.7rc1 version doesn't seem to support using Django 1.1
> unless the pinax-boot.py script is edited (1.1 version is commented
> out in DJANGO_VERSIONS).
You don't need to edit the pinax-boot.py to use 1.1. We install 1.0.3
because it is the version we are supporting in 0.7. However, we did
ensure to test 1.1 for obvious breakage. We did fix a couple bugs. At
this point 1.1 is known to work. However, if something crops up it
will be handled as a regular bug fix. We have discussed that 0.9 might
ship with 1.1. This decision hasn't been made yet though.
To install 1.1 on 0.7 simply follow the install instructions in our
documentation. Once you are set up and in the virtual environment
simply run:
pip install -U Django
This is will install 1.1 in place of 1.0.3.
Brian Rosner
http://oebfare.com
http://twitter.com/brosner
That's great. I'll take my chances with Pinax 0.7 and Django 1.1.
Thanks, Brian, Luke, and Skylar!