django1/django/views/generic
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
..
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
base.py Fixed "URLconf" spelling in code comments. 2015-10-22 14:46:42 -04:00
dates.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
detail.py Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_context_object_name(). 2015-12-30 09:56:45 -05:00
edit.py Fixed #26018 -- Prevented unecessary get_form() call in FormMixin.get_context_data(). 2015-12-30 17:29:39 -05:00
list.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00