1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00
django/django/views
2020-02-04 13:20:06 +01:00
..
decorators Fixed -- Made cache_page decorator take precedence over max-age Cache-Control directive. 2020-01-16 13:39:16 +01:00
generic Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
templates Fixed <span> nesting in technical 500 template. 2020-01-14 10:08:27 +01:00
__init__.py Fixed -- Allowed importing views.generic.View from views.View. 2016-01-11 08:18:44 -05:00
csrf.py Fixed -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
debug.py Refs -- Removed HttpRequest.is_ajax() usage. 2020-01-27 08:52:40 +01:00
defaults.py Fixed -- Fixed invalid HTML in default error pages. 2019-06-07 07:51:45 +02:00
i18n.py Refs -- Removed HttpRequest.is_ajax() usage. 2020-01-27 08:52:40 +01:00
static.py Refs -- Updated project templates and tests to use (block)translate tags. 2019-12-18 13:15:38 +01:00