summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Beaven <smileychris@gmail.com>2010-11-26 02:14:57 +0000
committerChris Beaven <smileychris@gmail.com>2010-11-26 02:14:57 +0000
commit188324881c0acdba74d50d26ab672a5cfcb4e983 (patch)
treeb5d8176a01d6fe1da763072f81d67ad71971f804 /docs
parent4ddde2f8d571adb0db269e2be6119ec4f06f0d05 (diff)
Fixes #14779 -- delete_object docs wording. Thanks OldTroll
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14698 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/generic-views.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/generic-views.txt b/docs/ref/generic-views.txt
index c09cbca164..1e1aadd380 100644
--- a/docs/ref/generic-views.txt
+++ b/docs/ref/generic-views.txt
@@ -1047,7 +1047,7 @@ contain a form that POSTs to the same URL.
**Required arguments:**
* ``model``: The Django model class of the object that the form will
- create.
+ delete.
* Either ``object_id`` or (``slug`` *and* ``slug_field``) is required.