Migrating a Google App Engine application from Django 0.96 to Django 1.2
问题 I will soon start to port my different Google App Engine applications built with the default version of Django (0.96) to Django 1.2. I generally don't use any specific Django modules apart from the i18n stuff to get the websites translated. I plan to go through the backwards-incompatible changes to Django from 0.96 to 1.0 and the different Django release notes. Those are the current release notes available between 0.96 and 1.2: 1.2 release Django 1.2.5 release notes Django 1.2.4 release notes