Re: Upgrade path for Django 1.4.9 to Django 1.6.0

2015-10-14 Thread Uwe Schuerkamp
Hi Mark, I recently had the same issue, I went from 1.3.x to 1.4.21 and then to 1.8.5 via 1.7.x without any major issues. Granted my application isn't too complex and doesn't use too many of Django's internal bells and whistles, but the major obstacles for me were adding some new entries to s

Re: Upgrade path for Django 1.4.9 to Django 1.6.0

2015-10-09 Thread Tim Graham
The docs have some tips (but not much besides what James already offered): https://docs.djangoproject.com/en/dev/howto/upgrade-version/ On Friday, October 9, 2015 at 8:17:21 PM UTC-4, James Schneider wrote: > > > > In the past when I have upgraded my Django Projects to a new version of > Django

Re: Upgrade path for Django 1.4.9 to Django 1.6.0

2015-10-09 Thread James Schneider
> In the past when I have upgraded my Django Projects to a new version of Django I have simply Google'd errors that my project produces and fixed them one at a time and ran my unit tests and did the same. > > Is there a better path? > > So far I appear to be looking in all the wrong places. Start