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:
committed by
Tim Graham
parent
8d5d472c6d
commit
21bf685f5e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user