Re: Checklist for appreciating a project from 1.2.7 to 1.4a1

2012-02-04 Thread akaariai
On Feb 4, 9:09 am, Alec Taylor wrote: > Good afternoon, > > I'm bringing the "social-commerce" project up to the latest trunk of > Pinax and Django. > > Is there a checklist of things I'll need to update? > > I've begun updating it, i.e. adding the new database dictionary: > DATABASES = { >     'd

Checklist for appreciating a project from 1.2.7 to 1.4a1

2012-02-03 Thread Alec Taylor
Good afternoon, I'm bringing the "social-commerce" project up to the latest trunk of Pinax and Django. Is there a checklist of things I'll need to update? I've begun updating it, i.e. adding the new database dictionary: DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql',