django1/django/views
Carlton Gibson 4f61810751 Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme(). 2019-09-02 15:32:23 +02:00
..
decorators Fixed #26688 -- Fixed HTTP request logging inconsistencies. 2018-05-04 20:55:03 -04:00
generic Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
templates Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templates. 2019-07-29 11:09:54 +02:00
__init__.py Fixed #25385 -- Allowed importing views.generic.View from views.View. 2016-01-11 08:18:44 -05:00
csrf.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
debug.py Fixed #29008 -- Fixed crash of 404 debug page when URL path converter raises Http404. 2019-08-09 22:48:08 +02:00
defaults.py Fixed #30521 -- Fixed invalid HTML in default error pages. 2019-06-07 07:51:45 +02:00
i18n.py Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme(). 2019-09-02 15:32:23 +02:00
static.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00