1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/releases/1.8.11.txt

9 lines
259 B
Plaintext
Raw Normal View History

2016-03-04 14:47:43 +00:00
===========================
Django 1.8.11 release notes
===========================
*March 5, 2016*
2016-03-04 14:47:43 +00:00
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`).