summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorana-balica <ana.balica@gmail.com>2015-06-15 15:55:55 +0300
committerTim Graham <timograham@gmail.com>2015-06-17 17:11:50 -0400
commit2f615b10e6330d27dccbd770a4628200044acf70 (patch)
tree273a7b06ac1ffd6b9bb7ca65dfb7d9bd6f80efb6 /docs
parent64a4211aa85795cb21a73bc93f9e43bafa1541f6 (diff)
Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index 3aa6c495de..63e1335333 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -385,6 +385,10 @@ Requests and Responses
* The default 40x error views now accept a second positional parameter, the
exception that triggered the view.
+* View error handlers now support
+ :class:`~django.template.response.TemplateResponse`, commonly used with
+ class-based views.
+
Tests
^^^^^