Opened 19 years ago

Closed 19 years ago

Last modified 18 years ago

#1290 closed defect (invalid)

'SessionManager' object has no attribute 'get_object'

Reported by: b r i a n (at) equalslashed (dot) n e t Owned by: Adrian Holovaty
Component: Core (Other) Version: magic-removal
Severity: blocker Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/core/servers/basehttp.py", line 272, in run

self.result = application(self.environ, self.start_response)

File "/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/core/servers/basehttp.py", line 615, in call

return self.application(environ, start_response)

File "/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/core/handlers/wsgi.py", line 164, in call

response = middleware_method(request, response)

File "/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/contrib/sessions/middleware.py", line 75, in process_response

session_key = request.session.session_key or Session.objects.get_new_session_key()

File "/usr/lib/python2.4/site-packages/Django-0.91-py2.4.egg/django/contrib/sessions/models.py", line 21, in get_new_session_key

self.get_object(session_keyexact=session_key)

AttributeError: 'SessionManager' object has no attribute 'get_object'

Change History (4)

comment:1 by Adrian Holovaty, 19 years ago

Resolution: invalid
Status: newclosed

Yeah, we're hacking on magic-removal pretty heavily at the moment.

comment:2 by anonymous, 19 years ago

When will magic-removal be usable?

comment:3 by Adrian Holovaty, 19 years ago

Coupla weeks at the latest.

comment:4 by Adrian Holovaty, 18 years ago

milestone: Version 0.91

Milestone Version 0.91 deleted

Note: See TracTickets for help on using tickets.
Back to Top