mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #30324 -- Forced utf-8 encoding when loading the template for the technical 500 debug page.
Regression in50b8493
. Related toea542a9
.
This commit is contained in:
parent
9012033138
commit
efb257a017
3 changed files with 22 additions and 3 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue