django1/django/views/generic
Felipe Lee c2c27867ef Refs #20456 -- Moved initialization of HEAD method based on GET to the View.setup() for generic views.
This will ease unit testing of views since setup will essentially do
everything needed to set the view instance up (other than instantiating
it). Credit for idea goes to Vincent Prouillet.
2019-10-30 14:43:52 +01:00
..
__init__.py Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
base.py Refs #20456 -- Moved initialization of HEAD method based on GET to the View.setup() for generic views. 2019-10-30 14:43:52 +01:00
dates.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
detail.py Improved generic detail view error message for when pk or slug is missing. 2018-01-17 10:58:05 -05:00
edit.py Fixed #28985 -- Removed unneeded None checks before hasattr(). 2018-01-03 11:37:06 -05:00
list.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00