django1/django/views/generic
Ryan Kaskel 75a96f06e9 Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs.
Thanks lagovas.lagovas at gmail.com for the report.
2014-02-09 06:30:03 -05:00
..
__init__.py Fixed #21302 -- Fixed unused imports and import *. 2013-11-02 15:24:56 -04:00
base.py Fixed #21564 -- Use local request object when possible in generic views. 2013-12-16 16:58:08 +01:00
dates.py Fixed typo in docstrings of MonthArchiveViews. 2014-01-10 08:25:22 -05:00
detail.py Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise exception. 2013-12-15 21:49:52 +01:00
edit.py Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs. 2014-02-09 06:30:03 -05:00
list.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00