From 9da25fb832ae9db1a26f3796dcc9df2546d04f2f Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Fri, 5 Apr 2019 14:38:35 +0200 Subject: [2.2.x] Fixed #30324 -- Forced utf-8 encoding when loading the template for the technical 500 debug page. Regression in 50b8493. Related to ea542a9. Backport of efb257a01764855a71051d5bcc7fd66c5ad6d210 from master --- docs/releases/2.2.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/2.2.1.txt b/docs/releases/2.2.1.txt index ab2a609a53..b24db37c1a 100644 --- a/docs/releases/2.2.1.txt +++ b/docs/releases/2.2.1.txt @@ -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`). -- cgit v1.3