django1/django/views
Timothy Allen 5fe9b7b40a Fixed #28457 -- Updated the design of the 'Congrats' page for new Django projects.
Developed by Timothy Allen and Chad Whitman of The Wharton School with
shepherding from Aymeric Augustin and Collin Anderson.
2017-08-07 10:33:55 -04:00
..
decorators Fixed #28104 -- Prevented condition decorator from setting ETag/Last-Modified headers for non-safe requests. 2017-06-06 15:37:14 -04:00
generic Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context in as_view(). 2017-07-06 10:34:54 -04:00
templates Fixed #28457 -- Updated the design of the 'Congrats' page for new Django projects. 2017-08-07 10:33:55 -04:00
__init__.py Fixed #25385 -- Allowed importing views.generic.View from views.View. 2016-01-11 08:18:44 -05:00
csrf.py Refs #16870 -- Doc'd that CSRF protection requires the Referer header. 2017-06-22 11:50:00 -04:00
debug.py Fixed #28457 -- Updated the design of the 'Congrats' page for new Django projects. 2017-08-07 10:33:55 -04:00
defaults.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
i18n.py Fixed #18394 -- Added error for invalid JavaScriptCatalog packages 2017-06-06 18:02:22 +02:00
static.py Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s template. 2017-04-25 11:01:21 -04:00