From a5797248525126362266794ddffb28b6299c80f5 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty <adrian@holovaty.com> Date: Wed, 17 Aug 2005 02:05:53 +0000 Subject: [PATCH] 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 --- docs/generic_views.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generic_views.txt b/docs/generic_views.txt index 9698719fc9..1944149352 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -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: