Refs #36743 -- Added missing release notes for 5.1.15 and 4.2.27.

The fix landed in a8cf8c292c will be
backported to 5.1 and 4.2 since the 2048 limit was rolled out as part of
the security release for CVE-2025-64458.
This commit is contained in:
Natalia 2025-11-26 17:22:53 -03:00 committed by nessita
parent a8cf8c292c
commit 18b13cf6c4
2 changed files with 8 additions and 2 deletions

View file

@ -10,4 +10,7 @@ with severity "moderate", and one bug in 4.2.26.
Bugfixes
========
* ...
* Fixed a regression in Django 4.2.26 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`).

View file

@ -10,4 +10,7 @@ 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`).