Re: Help with new version of django

2012-01-29 Thread Dan Gentry
I agree with Aaron. I upgraded 5 apps from v1.0.4 to 1.3 earlier this year, and it was pretty easy after reviewing the release notes. Moving to class based views (to replace generic views) was not required for 1.3, but I had fun and learned quite a bit. On Jan 28, 7:35 pm, Aaron Cannon

Re: Help with new version of django

2012-01-28 Thread Aaron Cannon
I suspect he means the latest stable version, in which it really is 1.3.1. To my knowledge 1.4.1 does not yet exist. As for the original question, I would suggest familiarizing yourself with the what's new documents for Django 1.2 and 1.3, and then tuning your code accordingly. Depending on

Re: Help with new version of django

2012-01-28 Thread kenneth gonsalves
On Wed, 2012-01-25 at 17:25 -0800, itua ijagbone wrote: > Hello, please i need help as to how to update my project to the > lastest version of django 1.3.1. i have been using 1.1.1 to develop > the project. Please how do i go about it, making my project conform to > 1.3.1 latest is 1.4.1 --

Help with new version of django

2012-01-27 Thread itua ijagbone
Hello, please i need help as to how to update my project to the lastest version of django 1.3.1. i have been using 1.1.1 to develop the project. Please how do i go about it, making my project conform to 1.3.1 -- You received this message because you are subscribed to the Google Groups "Django