mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
Thanks djbaldey for the report.
This commit is contained in:
@@ -10,3 +10,6 @@ Bugfixes
|
||||
========
|
||||
|
||||
* Replace with actual issue (:ticket:`00000`).
|
||||
|
||||
* Fixed a ``UnicodeDecodeError`` when the ``flush`` error message contained
|
||||
Unicode characters (:ticket:`22882`).
|
||||
|
||||
Reference in New Issue
Block a user