Fixed small inconsistency in docs/url_dispatch.txt 'New in Django development version' text
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
13280259a8
commit
9ad98054db
|
@ -393,7 +393,7 @@ to pass metadata and options to views.
|
||||||
Passing extra options to ``include()``
|
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
|
Similarly, you can pass extra options to ``include()``. When you pass extra
|
||||||
options to ``include()``, *each* line in the included URLconf will be passed
|
options to ``include()``, *each* line in the included URLconf will be passed
|
||||||
|
@ -435,7 +435,7 @@ every view in the the included URLconf accepts the extra options you're passing.
|
||||||
Passing callable objects instead of strings
|
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
|
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
|
rather than a string containing the path to its module. This alternative is
|
||||||
|
|
Loading…
Reference in New Issue