Django 1.4.9 and 1.5.5 released
djangoproject.com
Django 1.4.9 and 1.5.5 released
1–10 of 24 posts
Re: Django 1.4.9 and 1.5.5 released
#2Re: Django 1.4.9 and 1.5.5 released
#3Re: Django 1.4.9 and 1.5.5 released
#4Re: Django 1.4.9 and 1.5.5 released
#5Just curious, how badly would an upgrade from 1.2 go? I want to do it if it takes less than a day.
Re: Django 1.4.9 and 1.5.5 released
#6Just curious, how badly would an upgrade from 1.2 go? I want to do it if it takes less than a day.
Re: Django 1.4.9 and 1.5.5 released
#7Just curious, how badly would an upgrade from 1.2 go? I want to do it if it takes less than a day.
As far as I recall, for Django itself, the 1.2 to 1.3, and 1.3 to 1.4 upgrades were pretty painless, but then 1.4 to 1.5 will involve some work if you make use of function based generic views, as that's when they were removed.
Worth looking at whether your third party apps are still maintained with the new versions as well, as you'll likely be on ancient versions of lots of them if you're using 1.2 (and some may even be obsolete). pip-tools is handy for this ( https://github.com/nvie/pip-tools ).
Re: Django 1.4.9 and 1.5.5 released
#8How does this impact the release of 1.6, considering that 1.6RC1 was released yesterday? Does 1.6RC1 contain these fixes, or does this mean that 1.6RC2 is coming out soon?
Re: Django 1.4.9 and 1.5.5 released
#9Just curious, how badly would an upgrade from 1.2 go? I want to do it if it takes less than a day.
The main road bump I hit was Django Piston. It's totally broken past 1.5 and there are a gazillion forks that solved non-overlapping subsets of the problems I was having.
Re: Django 1.4.9 and 1.5.5 released
#10Just curious, how badly would an upgrade from 1.2 go? I want to do it if it takes less than a day.