mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.7.x] Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
Thanks djbaldey for the report. Backport of 0e4d79c4f0 from master
This commit is contained in:
parent
d19291e9ad
commit
a932c596fc
@ -1,3 +1,5 @@
|
|||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
from importlib import import_module
|
from importlib import import_module
|
||||||
from optparse import make_option
|
from optparse import make_option
|
||||||
|
@ -10,3 +10,6 @@ Bugfixes
|
|||||||
========
|
========
|
||||||
|
|
||||||
* Replace with actual issue (:ticket:`00000`).
|
* Replace with actual issue (:ticket:`00000`).
|
||||||
|
|
||||||
|
* Fixed a ``UnicodeDecodeError`` when the ``flush`` error message contained
|
||||||
|
Unicode characters (:ticket:`22882`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user