django/docs/releases/2.2.8.txt

16 lines
410 B
Plaintext
Raw Normal View History

==========================
Django 2.2.8 release notes
==========================
*Expected December 2, 2019*
Django 2.2.8 fixes several bugs in 2.2.7 and adds compatibility with Python
3.8.
Bugfixes
========
* Fixed a data loss possibility in the admin changelist view when a custom
:ref:`formset's prefix <formset-prefix>` contains regular expression special
characters, e.g. `'$'` (:ticket:`31031`).