mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00

This fixes a regression introduced by c5544d2892
.
Thanks John Eskew for the reporti and Tim Graham for the review.
8 lines
254 B
Text
8 lines
254 B
Text
==========================
|
|
Django 1.9.4 release notes
|
|
==========================
|
|
|
|
*March 4, 2016*
|
|
|
|
Django 1.9.4 fixes a regression on Python 2 in the 1.9.3 security release
|
|
where ``utils.http.is_safe_url()`` crashes on bytestring URLs (:ticket:`26308`).
|