Opened 15 years ago
Closed 11 years ago
#14748 closed Bug (invalid)
Missing documentation for FormPreview methods
| Reported by: | Honza Král | Owned by: | jorgecarleitao |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The FormPreview class has a lot of methods that enable user's to modify it's default behavior. Most of these methods are not documented.
Change History (7)
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 15 years ago
| milestone: | 1.3 |
|---|---|
| Severity: | → Normal |
| Type: | → Bug |
comment:5 by , 11 years ago
| Summary: | Missing docummentation for FormPreview methods → Missing documentation for FormPreview methods |
|---|
comment:6 by , 11 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:7 by , 11 years ago
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
There are a number of problems with the docs for
FormPreview...FormPreviewshould live together under http://docs.djangoproject.com/en/dev/ref/contrib/formtools/form-preview/#django.contrib.formtools.FormPreview rather than being spread across that section and "advanced methods".FormPreviewclass are all wrong. They are currently pointed atdjango.contrib.formtools.FormPreviewwhen they should be pointed atdjango.contrib.formtools.preview.FormPreview. I assume this is either a lack of indentation or a lack of acurrentmoduledirective.