#605 closed defect (fixed)
Template filenames mentioned by CRUD view docs aren't accurate
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@…