django1/django/views/generic
Baptiste Mispelon e2f142030b Fixed #21564 -- Use local request object when possible in generic views.
Thanks to trac user adepue for the report and original patch.
2013-12-16 16:58:08 +01: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 Correct flake8 E302 violations 2013-11-02 19:53:29 -04:00
detail.py Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise exception. 2013-12-15 21:49:52 +01:00
edit.py Advanced deprecation warnings for Django 1.7. 2013-06-29 18:49:37 +02:00
list.py Fixed E125 pep8 warnings 2013-11-28 08:50:11 -05:00