Opened 19 years ago

Closed 17 years ago

#191 closed defect (invalid)

Pydoc integration

Reported by: Eric Moritz(slashzero) Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I turned on pydoc to see what the api looked like and I received a few errors. You may want to look and see how to get that working.

Attachments (1)

pydoc.patch (444 bytes ) - added by Eric Moritz (slashzero) 19 years ago.
Hack to get pydoc to work with django.core.formfields

Download all attachments as: .zip

Change History (3)

comment:1 by Eric Moritz (slashzero), 19 years ago

Particually the django.core.formfields module. I can't seem to figure out what it says that it can't import the validators module.

by Eric Moritz (slashzero), 19 years ago

Attachment: pydoc.patch added

Hack to get pydoc to work with django.core.formfields

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: invalid
Status: newclosed

No longer relevant, since the code has moved on and running help() on various modules, including model and form fields seems to work.

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