Monday, August 29, 2011

Re: SVN 1.4 pre-alpha SVN-16709 and psycopg2

On Tue, Aug 30, 2011 at 7:31 AM, Niko Bonnieure <nikobonnieure@gmail.com> wrote:
> in SVN 1.4 pre-alpha SVN-16709 : file /django/db/backends/
> postgresql_psycopg2/base.py line 25
>
> what is that?
>
> import psycopg2.Error
>
> this line generate an exception.
>
> If i remove it, everything works just fine.
>
> Why is this SVN version not good?

A quick search of Django's Trac instance will reveal the answer. The
line was mistakenly added in revision 16709; The problem was resolved
in revision 16710. This problem was reported as ticket #16722.

Although we aim for the SVN trunk to be stable, sometimes problems
like this sometimes slip in. If you need a guaranteed stable version
of Django, I would suggest using a stable release rather than SVN
trunk.

Yours,
Russ Magee %-)

--
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.

No comments:

Post a Comment