mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents
Thanks Tim Graham for the review.
This commit is contained in:
parent
af598187ec
commit
fee42fd99e
16 changed files with 63 additions and 83 deletions
|
@ -585,7 +585,7 @@ be at the end of a line. If they are not, the comments are ignored and
|
|||
Quoting in ``reverse()``
|
||||
------------------------
|
||||
|
||||
When reversing URLs, Django didn't apply :func:`~django.utils.http.urlquote`
|
||||
When reversing URLs, Django didn't apply ``django.utils.http.urlquote``
|
||||
to arguments before interpolating them in URL patterns. This bug is fixed in
|
||||
Django 1.6. If you worked around this bug by applying URL quoting before
|
||||
passing arguments to ``reverse()``, this may result in double-quoting. If this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue