Re: Checklist for appreciating a project from 1.2.7 to 1.4a1
On Feb 4, 9:09 am, Alec Taylor <alec.tayl...@gmail.com> 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 = {
> 'default': {
> 'ENGINE': 'django.db.backends.mysql',
> 'OPTIONS': {
> 'read_default_file': '/path/to/my.cnf',
> },
> }
>
> }
>
> But it keeps giving me error after error once I've done that, so
> instead of tackling issues one at a time, I thought their might be a
> guide of some sort?
>
> Thanks for all suggestions,
The best guide is checking the release notes of 1.3 and 1.4. They
should contain all the deprecated and backwards incompatible changes.
Missing or hard to understand parts of the release notes are valuable
knowledge to Django's developers, so please inform about those if you
see something.
You should also run your code with full warnings under 1.2. If you
don't get any warnings about deprecation under 1.2, in principle you
should be able to just update to 1.4.
- Anssi
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home