#12843: add user in admin causes template exception: maximum recursion depth
exceeded
-------------------------------------------+--------------------------------
          Reporter:  m...@tranchant.co.uk  |         Owner:  nobody             
 
            Status:  closed                |     Milestone:                     
 
         Component:  django.contrib.admin  |       Version:  1.1                
 
        Resolution:  worksforme            |      Keywords:  auth admin 
recursion
             Stage:  Unreviewed            |     Has_patch:  0                  
 
        Needs_docs:  0                     |   Needs_tests:  0                  
 
Needs_better_patch:  0                     |  
-------------------------------------------+--------------------------------
Comment (by m...@tranchant.co.uk):

 It was 1.1.1 from the distribution tarball (Django version 1.1.1
 SVN-12407). There was a full traceback, I just didn't paste all of it.

 Here's the debug output: [http://dpaste.com/157431/]

 ... and the error from the server:


 {{{
 [11/Feb/2010 14:53:23] "GET /admin/auth/user/ HTTP/1.1" 200 4963
 Traceback (most recent call last):
   File "/usr/lib64/python2.6/site-
 packages/django/core/servers/basehttp.py", line 280, in run
     self.finish_response()
   File "/usr/lib64/python2.6/site-
 packages/django/core/servers/basehttp.py", line 320, in finish_response
     self.write(data)
   File "/usr/lib64/python2.6/site-
 packages/django/core/servers/basehttp.py", line 416, in write
     self._write(data)
   File "/usr/lib64/python2.6/socket.py", line 300, in write
     self.flush()
   File "/usr/lib64/python2.6/socket.py", line 286, in flush
     self._sock.sendall(buffer)
 error: [Errno 32] Broken pipe
 }}}

 Maybe something screwy in my settings, but I was pretty much following the
 instructions, and the current 1.2 works for me.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/12843#comment:4>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to