summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.7.3.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.7.3.txt b/docs/releases/1.7.3.txt
index 964c654920..cd0c1efdf7 100644
--- a/docs/releases/1.7.3.txt
+++ b/docs/releases/1.7.3.txt
@@ -20,3 +20,7 @@ Bugfixes
* Fixed a crash in the CSRF middleware when handling non-ASCII referer header
(:ticket:`23815`).
+
+* Fixed a crash in the ``django.contrib.auth.redirect_to_login`` view when
+ passing a :func:`~django.core.urlresolvers.reverse_lazy` result on Python 3
+ (:ticket:`24097`).