summaryrefslogtreecommitdiff
path: root/django/views/generic/simple.py
AgeCommit message (Collapse)Author
2007-09-15newforms-admin: Merged to [6332].Joseph Kocherhans
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-12newforms-admin: Merged to [5194]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@5195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-30Fixes #2966 -- Added extra_context parameter to direct_to_template generic ↵Russell Keith-Magee
view to keep it aligned with capabilities of other generic views. Thanks, wam-djangobug@wamber.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-30Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, ↵Russell Keith-Magee
wam-djangobug@wamber.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty
backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-03Fixed #1117 -- Added HttpResponsePermanentRedirectAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-15Added django.views.generic.simple.redirect_to view for issuing simple ↵Jacob Kaplan-Moss
redirects. Also updated direct_to_template to use render_to_response to be consistant with coding style, and documented the simple generic views. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-15Added django.views.generic.simple.direct_to_template which renders a given ↵Jacob Kaplan-Moss
template along with any other params from the URL pattern. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1247 bcc190cf-cafb-0310-a4f2-bffc1f526a37