django/tests/regressiontests/generic_views
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
..
fixtures
templates
__init__.py
base.py Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT and DELETE requests 2011-04-02 08:45:22 +00:00
dates.py
detail.py
edit.py
forms.py
list.py
models.py
tests.py Fixed #14797 -- Corrected the handling of get_form_class() when a custom queryset has been defined, but a model hasn't. Thanks to Gabriel Grant for the report and patch. 2010-12-04 11:20:52 +00:00
urls.py
views.py