Opened 16 years ago
Closed 16 years ago
#10606 closed (fixed)
FormWizard and admindocs
Reported by: | Gert Van Gool | Owned by: | nobody |
---|---|---|---|
Component: | contrib.formtools | Version: | dev |
Severity: | Keywords: | formwizard admindocs | |
Cc: | gertvangool@… | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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 :-)
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | admindocs.diff added |
---|
comment:1 by , 16 years ago
Cc: | added |
---|---|
Has patch: | set |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was fixed by [10337].