Re: Upgrading from 1.4.3 to 1.4.10

2014-04-18 Thread Phang Mulianto
Hi, i have documenting my journey uprading from django-1.4 to django-1.5 , which i only found some change in the url usage. here are the link of my blog. http://bit.ly/RuPMbr Thanks, Mulianto On Thu, Apr 17, 2014 at 11:46 AM, wrote: > Thanks those release notes were very helpful. > > > > On

Re: Upgrading from 1.4.3 to 1.4.10

2014-04-16 Thread nu . everest
Thanks those release notes were very helpful. On Wednesday, April 16, 2014 7:08:22 AM UTC-7, nu.ev...@gmail.com wrote: > > How do I discover what changed between Django 1.4.3 and 1.4.10? > > Will require changes to my code, or will it just work? > -- You received this message because you are s

Re: Upgrading from 1.4.3 to 1.4.10

2014-04-16 Thread Tom Evans
On Wed, Apr 16, 2014 at 3:08 PM, wrote: > How do I discover what changed between Django 1.4.3 and 1.4.10? > > Will require changes to my code, or will it just work? There should be no breaking changes for minor-minor* upgrades unless required to fix a security issue. I'm not aware of any in 1.4.

Re: Upgrading from 1.4.3 to 1.4.10

2014-04-16 Thread Lucas Klassmann
Hi, again! Remember to check all releases between is your project version with target version. In your case, check changes in 1.4.2 also. https://docs.djangoproject.com/en/dev/releases/1.4.2/ Cheers On Wed, Apr 16, 2014 at 11:13 AM, Lucas Klassmann wrote: > Hi, > > Check documentation: https:

Re: Upgrading from 1.4.3 to 1.4.10

2014-04-16 Thread Lucas Klassmann
Hi, Check documentation: https://docs.djangoproject.com/en/dev/releases/1.4.3/ On the bottom you can navigate between releases. Att. On Wed, Apr 16, 2014 at 11:08 AM, wrote: > How do I discover what changed between Django 1.4.3 and 1.4.10? > > Will require changes to my code, or will it just