diff options
Diffstat (limited to 'docs/ref/templates')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index a21dd75caf..9bf22e4740 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1051,13 +1051,6 @@ This will follow the normal :ref:`namespaced URL resolution strategy <topics-http-reversing-url-namespaces>`, including using any hints provided by the context as to the current application. -.. deprecated:: 1.8 - - You can also pass a dotted Python path to a view function, but this syntax - is deprecated and will be removed in Django 1.10:: - - {% url 'path.to.some_view' v1 v2 %} - .. warning:: Don't forget to put quotes around the :func:`~django.conf.urls.url` |
