Opened 20 years ago
Closed 18 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)
Change History (3)
comment:1 by , 20 years ago
by , 20 years ago
| Attachment: | pydoc.patch added |
|---|
Hack to get pydoc to work with django.core.formfields
comment:2 by , 18 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
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.
Particually the django.core.formfields module. I can't seem to figure out what it says that it can't import the validators module.