@@ -535,7 +539,9 @@ pattern name) and a list of position or keyword arguments and uses the URLconf
...
@@ -535,7 +539,9 @@ pattern name) and a list of position or keyword arguments and uses the URLconf
patterns to construct the correct, full URL. It returns a string for the
patterns to construct the correct, full URL. It returns a string for the
correct URL, with all parameters substituted in the correct positions.
correct URL, with all parameters substituted in the correct positions.
The ``permalink`` decorator is a Python-level equivalent to the :ttag:`url` template tag and a high-level wrapper for the :func:`django.core.urlresolvers.reverse()` function.
The ``permalink`` decorator is a Python-level equivalent to the :ttag:`url`