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:35:01 +0200 |
| commit | efb257a01764855a71051d5bcc7fd66c5ad6d210 (patch) | |
| tree | 16ce55154b0977b8b861092b12a17c447863af5a /docs/releases/2.2.1.txt | |
| parent | 9012033138fa41b573d3e4e3f0dfa8b94a4719c6 (diff) | |
Fixed #30324 -- Forced utf-8 encoding when loading the template for the technical 500 debug page.
Regression in 50b8493.
Related to ea542a9.
Diffstat (limited to 'docs/releases/2.2.1.txt')
| -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`). |
