#605 closed defect (fixed)
Template filenames mentioned by CRUD view docs aren't accurate
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The page http://www.djangoproject.com/documentation/generic_views/ page says that the template file used by the generic update and create views is of the form module_name__form, but upon trying it out, the code expects module_name_form (only one underscore).
Note:
See TracTickets
for help on using tickets.
(In [828]) Fixed #605 -- Fixed template-name errors in docs/generic_views.txt. Thanks, cygnus@…