mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00

The errors='replace' parameter to force_text altered the URL before checking it, which wasn't considered sane. Refs24fc935218
andada7a4aef
.
8 lines
259 B
Text
8 lines
259 B
Text
===========================
|
|
Django 1.8.11 release notes
|
|
===========================
|
|
|
|
*March 5, 2016*
|
|
|
|
Django 1.8.11 fixes a regression on Python 2 in the 1.8.10 security release
|
|
where ``utils.http.is_safe_url()`` crashes on bytestring URLs (:ticket:`26308`).
|