As stated above, take small steps.  Take the time to read the release notes 
for each minor version.  Most of the minor versions are bug fixes and you 
can scan through them.
 
Pay close attention to migrations if using South.  In Django 1.7 South is 
not used.  Django incorporated migrations into the core code.  In Django 
1.6 you will add code to settings.py to prepare you for Django 1.7 
migration format (if using south).  Each third-party installed app will 
also have specific requirements if upgrading from South.  Read the docs for 
each installed app.

I am in the process of updating four Django 1.5.5 / DjangoCMS 2.4.3 
applications.  It is a painful time consuming process. I am documenting 
what I am doing to publish for others but it seams each application has its 
own upgrade propblems.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/3e9e3c81-130a-4231-89b8-724de50f0c8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to