#10606: FormWizard and admindocs
--------------------------------------+-------------------------------------
 Reporter:  gvangool                  |       Owner:  nobody    
   Status:  new                       |   Milestone:            
Component:  django.contrib.formtools  |     Version:  SVN       
 Keywords:  formwizard admindocs      |       Stage:  Unreviewed
Has_patch:  0                         |  
--------------------------------------+-------------------------------------
 {{{ admindocs }}} gives an attribute error when trying to view the
 '''views''' menu.

 If I remove the {{{ FormWizard }}} from our {{{ urls.py }}}, it works
 perfectly.

 {{{
 Traceback:
 File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py" in
 get_response
   92.                 response = callback(request, *callback_args,
 **callback_kwargs)
 File "/usr/lib/python2.5/site-
 packages/django/contrib/admin/views/decorators.py" in _checklogin
   33.             return view_func(request, *args, **kwargs)
 File "/usr/lib/python2.5/site-packages/django/contrib/admindocs/views.py"
 in view_index
   132.                 'name': func.__name__,
 }}}

 If someone can suggest to me where I need to look to fix it, I'll try to
 make a patch :-)

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10606>
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-updates@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