django1/django/views/generic
Russell Keith-Magee 62f37c69b0 Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT and DELETE requests
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15992 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-02 08:45:22 +00: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 #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT and DELETE requests 2011-04-02 08:45:22 +00:00
create_update.py Advanced deprecations for function-based generic views 2011-04-02 08:44:04 +00:00
date_based.py Advanced deprecations for function-based generic views 2011-04-02 08:44:04 +00:00
dates.py Fixed #15287 -- Added translation markers to user-facing error messages in class-based generic views. Thanks to szczav for the report and draft patch. 2011-02-14 13:05:31 +00:00
detail.py Fixed #15508 -- Corrected a misleading error message in the DetailView generic view. Thanks to varikin for the report. 2011-02-26 05:37:35 +00:00
edit.py Fixed #15560 -- Cleaned up some redundant post->put redirections in the class-based generic views. Thanks to maney for the report and patch. 2011-03-06 05:55:12 +00:00
list.py Fixed #15575 -- Corrected handling of pagination in generic views to match documentation and historical behavior. Thanks to Ivan Virabyan for the report and patch. 2011-03-15 08:24:31 +00:00
list_detail.py Advanced deprecations for function-based generic views 2011-04-02 08:44:04 +00:00
simple.py Advanced deprecations for function-based generic views 2011-04-02 08:44:04 +00:00