Skip to content

Commit

Permalink
Fixes #14779 -- delete_object docs wording. Thanks OldTroll
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14698 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
SmileyChris committed Nov 26, 2010
1 parent 4ddde2f commit 1883248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/generic-views.txt
Expand Up @@ -1047,7 +1047,7 @@ contain a form that POSTs to the same URL.
**Required arguments:** **Required arguments:**


* ``model``: The Django model class of the object that the form will * ``model``: The Django model class of the object that the form will
create. delete.


* Either ``object_id`` or (``slug`` *and* ``slug_field``) is required. * Either ``object_id`` or (``slug`` *and* ``slug_field``) is required.


Expand Down

0 comments on commit 1883248

Please sign in to comment.