Fixed #336 -- Typo in docs/generic_views.txt. Thanks, Matt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7d022cd48f
commit
a579724852
|
@ -313,7 +313,7 @@ The create/update/delete views are:
|
|||
that the view knows where to go after the object is deleted.
|
||||
|
||||
If fetched with GET, it uses the template
|
||||
``app_label/module_name_s_confirm_delete`` by default. It uses no template
|
||||
``app_label/module_name_confirm_delete`` by default. It uses no template
|
||||
if POSTed -- it simply deletes the object and redirects.
|
||||
|
||||
Has the following template context:
|
||||
|
|
Loading…
Reference in New Issue