django1/django/views
Aymeric Augustin 27f9ff459b Caught all exceptions raised by Engine.get_default().
In addition to ImproperlyConfigured, Engine.get_default() may also raise
ImportError or other exceptions. It's better to catch all exceptions in
places where the default engine isn't strictly required.
2015-02-05 20:06:18 +01:00
..
decorators Fixed #22461 -- Added if-unmodified-since support to the condition decorator. 2014-12-24 12:33:57 -05:00
generic Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom queryset. 2015-02-03 09:12:37 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Updated link to CSRF docs 2014-12-25 14:01:15 +01:00
debug.py Caught all exceptions raised by Engine.get_default(). 2015-02-05 20:06:18 +01:00
defaults.py Deprecated passing a Context to a generic Template.render. 2015-01-12 21:01:34 +01:00
i18n.py Fixed #24149 -- Normalized tuple settings to lists. 2015-02-03 14:59:45 -05:00
static.py Fixed #24072 -- Added FileResponse for streaming binary files. 2015-01-05 10:51:52 -05:00