1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/django/views
2018-01-21 02:09:10 -05:00
..
decorators Fixed #28795 -- Removed 'not in' checks and used dict.setdefault(). 2017-11-14 10:52:52 -05:00
generic Refs #23668 -- Removed passing default argument of current TZ to make_aware()/naive. 2018-01-18 11:21:12 -05:00
templates Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked successfully!" page for some languages. 2018-01-12 19:09:54 -05:00
__init__.py
csrf.py Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templates. 2017-09-21 10:23:23 -04:00
debug.py Fixed #28985 -- Removed unneeded None checks before hasattr(). 2018-01-03 11:37:06 -05:00
defaults.py
i18n.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
static.py Fixed #29038 -- Removed closing slash from HTML void tags. 2018-01-21 02:09:10 -05:00