django1/django/views/generic
Simon Charette a10f390804 Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.
Thanks to nxvl and slurms for the initial patch, ptone for the review
and timo for the documentation tweaks.
2013-02-11 02:39:14 -05:00
..
__init__.py Fixed #14995 -- Add FormView import to generic views __init__. Thanks carbonXT. 2011-01-08 14:53:44 +00:00
base.py Fixed #19076 -- Added content_type attribute to TemplateView. 2013-01-30 21:26:17 +01:00
dates.py Fixed #16123 -- Ensured strptime receive proper string type 2013-01-26 20:53:09 +01:00
detail.py Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00
edit.py Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`. 2013-02-11 02:39:14 -05:00
list.py Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00