django1/django/views/generic
Tim Graham 1101467ce0 Limited lines to 119 characters in django/
refs #23395.
2014-09-05 09:22:16 -04: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 Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
detail.py Fix many many typos in comments throughout the codebase 2014-04-26 10:18:45 -07:00
edit.py Made ModelForms raise ImproperlyConfigured if the list of fields is not specified. 2014-03-22 07:56:48 -04:00
list.py Fixed #18355 -- Added ordering options to list based generic views. 2014-08-15 11:09:47 -04:00