summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-17 02:05:53 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-17 02:05:53 +0000
commita5797248525126362266794ddffb28b6299c80f5 (patch)
tree54ab5a69eb69d7659f68f2ed0594dc3fef53b488 /docs
parent7d022cd48fd4e193108c1b4785d3bdc2fe0e22e8 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/generic_views.txt2
1 files changed, 1 insertions, 1 deletions
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: