diff options
| author | Nick Pope <nick.pope@flightdataservices.com> | 2019-04-05 14:38:35 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-04-05 16:37:22 +0200 |
| commit | 9da25fb832ae9db1a26f3796dcc9df2546d04f2f (patch) | |
| tree | 3527c18bab1f25e0f0fc919a71c6ed8e0f470961 /docs | |
| parent | 54b65b83a2ae01de56d9eb329c59618559c1cc1d (diff) | |
[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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
