Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/defaults.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24733 -- Passed the triggering exception to 40x er...Claude Paroz2015-05-111-5/+26
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-7/+8
* Removed django.views.defaults.shortcut and django.conf.ur...Tim Graham2014-03-211-12/+0
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-1/+2
* Fixed #20822 -- Set content type of default error pages t...Aymeric Augustin2013-08-041-4/+7
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-0/+15
* Deprecated django.views.defaults.shortcut.Aymeric Augustin2013-03-141-7/+6
* Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz2012-09-301-5/+13
* Add reST role to templates named in some view docs.Ben Spaulding2012-06-271-3/+3
* Fixed #9847 -- Added 403 response handler. Many thanks to...Jannis Leidel2011-08-121-3/+26
* Fixed #14565 - No csrf_token on 404 page.Luke Plant2010-10-281-0/+8
* Reverted changeset [14356]Luke Plant2010-10-281-3/+0
* Fixed #14565 - No csrf_token on 404 pagesLuke Plant2010-10-261-0/+3
* Moved the bulk of the shortcut() function in django/views...Adrian Holovaty2008-09-101-66/+12
* Fixed #7127 -- Fixed incorrect docstring for page_not_fou...Adrian Holovaty2008-06-161-2/+1
* Fixed #4685 -- 'View on site' now works for https URLs. T...Adrian Holovaty2007-07-031-2/+3
* Backed out the changes in [5482] for a bit whilst some mo...Malcolm Tredinnick2007-06-221-2/+2
* Fixed #4565 -- Changed template rendering to use iterator...Malcolm Tredinnick2007-06-171-2/+2
* Added a comment to the 404/500 views so that people with ...Jacob Kaplan-Moss2007-02-261-2/+2
* Changed default 500 view NOT to use RequestContext, to le...Adrian Holovaty2006-06-221-2/+2
* Fixed #688 -- Changed default 404 and 500 views to use Re...Adrian Holovaty2006-06-201-3/+3
* Made QuerySet slicing return IndexError instead of DoesNo...Luke Plant2006-05-061-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is high...Adrian Holovaty2006-05-021-31/+51
* Changed views.defaults page_not_found and server_error to...Adrian Holovaty2005-11-221-4/+4
* BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redi...Adrian Holovaty2005-11-111-29/+10
* Fixed shortcut redirect handlerJacob Kaplan-Moss2005-10-261-9/+22
* Fixed #634 -- Changed shortcut view to accept get_absolut...Adrian Holovaty2005-10-171-3/+7
* Fixed #626 -- Moved template modules to django.core.templ...Adrian Holovaty2005-10-141-4/+3
* Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed...Adrian Holovaty2005-08-261-2/+2
* Fixed #163 -- Added 'pk' database API option, which is a ...Adrian Holovaty2005-07-261-2/+2
* Changed django.views.defaults to use template.Context ins...Adrian Holovaty2005-07-201-3/+3
* Renamed CMSRequest to DjangoRequest, and CMSContext to Dj...Adrian Holovaty2005-07-151-1/+1
* Changed many-to-many API to be get_FOO_list instead of ge...Adrian Holovaty2005-07-141-2/+2
* Imported Django from private SVN repository (created from...Adrian Holovaty2005-07-131-0/+72