Author: russellm Date: 2009-09-12 19:25:53 -0500 (Sat, 12 Sep 2009) New Revision: 11546
Modified: django/trunk/docs/topics/generic-views.txt Log: Fixed #11873 -- Corrected typo in generic views docs. Thanks to Brett Cannon for the report. Modified: django/trunk/docs/topics/generic-views.txt =================================================================== --- django/trunk/docs/topics/generic-views.txt 2009-09-13 00:17:35 UTC (rev 11545) +++ django/trunk/docs/topics/generic-views.txt 2009-09-13 00:25:53 UTC (rev 11546) @@ -64,7 +64,7 @@ the extra-parameters dictionary and uses that information when rendering the view. -Because this generic view -- and all the others -- is a regular view functions +Because this generic view -- and all the others -- is a regular view function like any other, we can reuse it inside our own views. As an example, let's extend our "about" example to map URLs of the form ``/about/<whatever>/`` to statically rendered ``about/<whatever>.html``. We'll do this by first modifying --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
