I rechecked out trunk and it seems to work as expected. Thanks.

On May 15, 2009, at 10:54 PM, Alex Gaynor <alex.gay...@gmail.com> wrote:

>
>
> On Fri, May 15, 2009 at 8:40 PM, Sean Brant <brant.s...@gmail.com>  
> wrote:
>
> On more thing I reverted back to rev: 9500 (choose it randomly) every
> thing seems to work.
>
> On May 15, 8:24 pm, Sean Brant <brant.s...@gmail.com> wrote:
> > Im running trunk rev: 10790 with Postgres 8.3 and when I access the
> > admin area or when using login_required i get this error:
> >
> > Traceback (most recent call last):
> >
> >   File "/Users/seanbrant/webapps/django/lib/python2.5/django/core/
> > servers/basehttp.py", line 278, in run
> >     self.result = application(self.environ, self.start_response)
> >
> >   File "/Users/seanbrant/webapps/django/lib/python2.5/django/core/
> > servers/basehttp.py", line 635, in __call__
> >     return self.application(environ, start_response)
> >
> >   File "/Users/seanbrant/webapps/django/lib/python2.5/django/core/
> > handlers/wsgi.py", line 245, in __call__
> >     response = middleware_method(request, response)
> >
> >   File "/Users/seanbrant/webapps/django/lib/python2.5/django/ 
> contrib/
> > sessions/middleware.py", line 36, in process_response
> >     request.session.save()
> >
> >   File "/Users/seanbrant/webapps/django/lib/python2.5/django/ 
> contrib/
> > sessions/backends/cached_db.py", line 28, in save
> >     super(SessionStore, self).save(must_create)
> >
> >   File "/Users/seanbrant/webapps/django/lib/python2.5/django/ 
> contrib/
> > sessions/backends/db.py", line 56, in save
> >     sid = transaction.savepoint()
> >
> >   File "/Users/seanbrant/webapps/django/lib/python2.5/django/db/
> > transaction.py", line 190, in savepoint
> >     connection._savepoint(sid)
> >
> >   File "/Users/seanbrant/webapps/django/lib/python2.5/django/db/
> > backends/__init__.py", line 62, in _savepoint
> >     self.connection.cursor().execute(self.ops.savepoint_create_sql
> > (sid))
> >
> > AttributeError: 'NoneType' object has no attribute 'cursor'
> >
> > running syncdb works fine and updates my database.
>
>
> I don't believe you are correctly running r10790, as that code no  
> longer exists in it, this was a bug fixed several months ago.  I  
> suggest you make sure your SVN checkout is correct.
>
> Alex
>
> -- 
> "I disapprove of what you say, but I will defend to the death your  
> right to say it." --Voltaire
> "The people's good is the highest law."--Cicero
>
> >

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to