blob: 2c4e029590316acf45f2b762d782c548c4476ba1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
===========================
Django 5.1.15 release notes
===========================
*December 2, 2025*
Django 5.1.15 fixes one security issue with severity "high", one security issue
with severity "moderate", and one bug in 5.1.14.
Bugfixes
========
* Fixed a regression in Django 5.1.14 where ``DisallowedRedirect`` was raised
by :class:`~django.http.HttpResponseRedirect` and
:class:`~django.http.HttpResponsePermanentRedirect` for URLs longer than 2048
characters. The limit is now 16384 characters (:ticket:`36743`).
|