Author: russellm Date: 2009-09-13 01:33:02 -0500 (Sun, 13 Sep 2009) New Revision: 11568
Modified: django/branches/releases/1.1.X/docs/topics/generic-views.txt Log: [1.1.X] Fixed #11873 -- Corrected typo in generic views docs. Thanks to Brett Cannon for the report. Merge of r11546 from trunk. Modified: django/branches/releases/1.1.X/docs/topics/generic-views.txt =================================================================== --- django/branches/releases/1.1.X/docs/topics/generic-views.txt 2009-09-13 06:32:53 UTC (rev 11567) +++ django/branches/releases/1.1.X/docs/topics/generic-views.txt 2009-09-13 06:33:02 UTC (rev 11568) @@ -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 -~----------~----~----~----~------~----~------~--~---
