1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #25697 -- Made default error views error when passed a nonexistent template_name.

This commit is contained in:
Iacopo Spalletti
2015-11-07 17:24:07 +01:00
committed by Tim Graham
parent 8d5d472c6d
commit 21bf685f5e
4 changed files with 66 additions and 5 deletions

View File

@@ -464,6 +464,9 @@ Miscellaneous
now better to call the ``LogEntry.get_change_message()`` method which will
provide the message in the current language.
* The default error views now raise ``TemplateDoesNotExist`` if a nonexistent
``template_name`` is specified.
.. _deprecated-features-1.10:
Features deprecated in 1.10