From 2f615b10e6330d27dccbd770a4628200044acf70 Mon Sep 17 00:00:00 2001 From: ana-balica Date: Mon, 15 Jun 2015 15:55:55 +0300 Subject: Fixed #24829 -- Allowed use of TemplateResponse in view error handlers. --- docs/releases/1.9.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ^^^^^ -- cgit v1.3