summaryrefslogtreecommitdiff
path: root/django/views/defaults.py
Commit message (Expand)AuthorAgeFilesLines
* Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...Adrian Holovaty2008-09-101-66/+12
* Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, k...Adrian Holovaty2008-06-161-2/+1
* Fixed #4685 -- 'View on site' now works for https URLs. Thanks, cbrand@redbac...Adrian Holovaty2007-07-031-2/+3
* Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick2007-06-221-2/+2
* Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick2007-06-171-2/+2
* Added a comment to the 404/500 views so that people with DEBUG=False and no 4...Jacob Kaplan-Moss2007-02-261-2/+2
* Changed default 500 view NOT to use RequestContext, to lessen the chance that...Adrian Holovaty2006-06-221-2/+2
* Fixed #688 -- Changed default 404 and 500 views to use RequestContextAdrian Holovaty2006-06-201-3/+3
* Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...Luke Plant2006-05-061-1/+1
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-31/+51
* Changed views.defaults page_not_found and server_error to pass in optional te...Adrian Holovaty2005-11-221-4/+4
* BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty2005-11-111-29/+10
* Fixed shortcut redirect handlerJacob Kaplan-Moss2005-10-261-9/+22
* Fixed #634 -- Changed shortcut view to accept get_absolute_url()s that return...Adrian Holovaty2005-10-171-3/+7
* Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty2005-10-141-4/+3
* Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty2005-08-251-2/+2
* Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty2005-07-261-2/+2
* Changed django.views.defaults to use template.Context instead of core.extensi...Adrian Holovaty2005-07-201-3/+3
* Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...Adrian Holovaty2005-07-151-1/+1
* Changed many-to-many API to be get_FOO_list instead of get_FOOsAdrian Holovaty2005-07-141-2/+2
* Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty2005-07-131-0/+72