Opened 15 years ago

Closed 15 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)

admindocs.diff (686 bytes ) - added by Gert Van Gool 15 years ago.

Download all attachments as: .zip

Change History (3)

by Gert Van Gool, 15 years ago

Attachment: admindocs.diff added

comment:1 by Gert Van Gool, 15 years ago

Cc: gertvangool@… added
Has patch: set

comment:2 by Jacob, 15 years ago

Resolution: fixed
Status: newclosed

This was fixed by [10337].

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