django1/django/views
Chris Cogdon e429c5186c Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context_data().
Changed "dict.setdefault" to "if x in dict" pattern so that get_form() would not
be called unnecessarily, specifically in the case where FormMixin.form_invalid()
calls get_context_data() with the current form.
2015-12-30 17:29:39 -05:00
..
decorators Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
generic Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context_data(). 2015-12-30 17:29:39 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Removed blank line to appease isort. 2015-11-17 19:01:06 -05:00
debug.py Fixed #25037 -- Added request.user to the debug view. 2015-10-05 09:36:42 -04:00
defaults.py Fixed #24733 -- Passed the triggering exception to 40x error handlers 2015-05-11 22:02:14 +02:00
i18n.py Fixed #22404 -- Added a view that exposes i18n catalog as a JSON 2015-08-05 09:05:21 -04:00
static.py Refs #25236 -- Removed ifequal/ifnotequal usage. 2015-08-08 07:33:15 -04:00