Fixed #30324 -- Forced utf-8 encoding when loading the template for the technical 500 debug page.

Regression in 50b8493.
Related to ea542a9.
This commit is contained in:
Nick Pope 2019-04-05 14:38:35 +02:00 committed by Carlton Gibson
parent 9012033138
commit efb257a017
3 changed files with 22 additions and 3 deletions

View file

@ -14,3 +14,6 @@ Bugfixes
(:ticket:`30307`).
* Added compatibility for ``psycopg2`` 2.8 (:ticket:`30331`).
* Fixed a regression in Django 2.2 that caused a crash when loading the
template for the technical 500 debug page (:ticket:`30324`).