diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-20 09:20:38 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-20 09:21:39 -0500 |
| commit | dd0b487872de4e3ff966da51e3610bac996e44f0 (patch) | |
| tree | a2f8155e195e76078e8b85cfdee4db84de17753b /docs/releases/1.4.13.txt | |
| parent | d28bcba209fa3f90f92ce2fd216baf5b5800d143 (diff) | |
Fixed typo in path to is_safe_url()
Diffstat (limited to 'docs/releases/1.4.13.txt')
| -rw-r--r-- | docs/releases/1.4.13.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.4.13.txt b/docs/releases/1.4.13.txt index 978f93580c..14e5af9a0d 100644 --- a/docs/releases/1.4.13.txt +++ b/docs/releases/1.4.13.txt @@ -39,7 +39,7 @@ Django relies on user input in some cases (e.g. :func:`django.contrib.auth.views.login`, ``django.contrib.comments``, and :doc:`i18n </topics/i18n/index>`) to redirect the user to an "on success" URL. The security checks for these redirects (namely -``django.util.http.is_safe_url()``) did not correctly validate some malformed +``django.utils.http.is_safe_url()``) did not correctly validate some malformed URLs, such as `http:\\\\\\djangoproject.com`, which are accepted by some browsers with more liberal URL parsing. |
