mirror of
https://github.com/django/django.git
synced 2025-07-04 09:49:12 +00:00
Revision 1e9db35836d42a3c72f3d1015c2f302eb6fee046 fixed a regression in 55d89e25f4115c5674cdd9b9bcba2bb2bb6d820b, which also needs to be backported to the stable branches in extended support (5.1.x and 4.2.x).
20 lines
653 B
Plaintext
20 lines
653 B
Plaintext
==========================
|
|
Django 5.1.9 release notes
|
|
==========================
|
|
|
|
*Expected May 7, 2025*
|
|
|
|
Django 5.1.9 fixes a data loss bug and a regression in 5.1.8.
|
|
|
|
Bugfixes
|
|
========
|
|
|
|
* Fixed a data corruption possibility in ``file_move_safe()`` when
|
|
``allow_overwrite=True``, where leftover content from a previously larger
|
|
file could remain after overwriting with a smaller one due to lack of
|
|
truncation (:ticket:`36298`).
|
|
|
|
* Fixed a regression in Django 5.1.8, introduced when fixing :cve:`2025-26699`,
|
|
where the :tfilter:`wordwrap` template filter did not preserve empty lines
|
|
between paragraphs after wrapping text (:ticket:`36341`).
|