Skip to content

Commit

Permalink
[1.1.X] Fixed #11808 -- Corrected typo in admin docs. Thanks to krato…
Browse files Browse the repository at this point in the history
…rius for the patch.

Merge of r11534 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Sep 13, 2009
1 parent 0fc36e4 commit 1fde940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/contrib/admin/index.txt
Expand Up @@ -845,7 +845,7 @@ the admin application URL dispatching handler to render the pages that deal
with model instances CRUD operations. As a result, completely overriding these with model instances CRUD operations. As a result, completely overriding these
methods will significantly change the behavior of the admin application. methods will significantly change the behavior of the admin application.


One comon reason for overriding these methods is to augment the context data One common reason for overriding these methods is to augment the context data
that is provided to the template that renders the view. In the following that is provided to the template that renders the view. In the following
example, the change view is overridden so that the rendered template is example, the change view is overridden so that the rendered template is
provided some extra mapping data that would not otherwise be available:: provided some extra mapping data that would not otherwise be available::
Expand Down

0 comments on commit 1fde940

Please sign in to comment.