Author: adrian Date: 2007-01-22 20:11:33 -0600 (Mon, 22 Jan 2007) New Revision: 4395
Modified: django/trunk/docs/url_dispatch.txt Log: Fixed small inconsistency in docs/url_dispatch.txt 'New in Django development version' text Modified: django/trunk/docs/url_dispatch.txt =================================================================== --- django/trunk/docs/url_dispatch.txt 2007-01-23 02:11:08 UTC (rev 4394) +++ django/trunk/docs/url_dispatch.txt 2007-01-23 02:11:33 UTC (rev 4395) @@ -393,7 +393,7 @@ Passing extra options to ``include()`` -------------------------------------- -**New in the Django development version.** +**New in Django development version.** Similarly, you can pass extra options to ``include()``. When you pass extra options to ``include()``, *each* line in the included URLconf will be passed @@ -435,7 +435,7 @@ Passing callable objects instead of strings =========================================== -**New in the Django development version.** +**New in Django development version.** Some developers find it more natural to pass the actual Python function object rather than a string containing the path to its module. This alternative is --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
