Author: russellm Date: 2009-09-13 01:30:50 -0500 (Sun, 13 Sep 2009) New Revision: 11556
Modified: django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt Log: [1.1.X] Fixed #11808 -- Corrected typo in admin docs. Thanks to kratorius for the patch. Merge of r11534 from trunk. Modified: django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt =================================================================== --- django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt 2009-09-13 06:30:36 UTC (rev 11555) +++ django/branches/releases/1.1.X/docs/ref/contrib/admin/index.txt 2009-09-13 06:30:50 UTC (rev 11556) @@ -845,7 +845,7 @@ with model instances CRUD operations. As a result, completely overriding these 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 example, the change view is overridden so that the rendered template is provided some extra mapping data that would not otherwise be available:: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
