summaryrefslogtreecommitdiff
path: root/django/views/defaults.py
AgeCommit message (Expand)Author
2008-09-10Moved the bulk of the shortcut() function in django/views/defaults.py to a ne...Adrian Holovaty
2008-06-16Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, k...Adrian Holovaty
2007-07-03Fixed #4685 -- 'View on site' now works for https URLs. Thanks, cbrand@redbac...Adrian Holovaty
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-02-26Added a comment to the 404/500 views so that people with DEBUG=False and no 4...Jacob Kaplan-Moss
2006-06-22Changed default 500 view NOT to use RequestContext, to lessen the chance that...Adrian Holovaty
2006-06-20Fixed #688 -- Changed default 404 and 500 views to use RequestContextAdrian Holovaty
2006-05-06Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...Luke Plant
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-11-22Changed views.defaults page_not_found and server_error to pass in optional te...Adrian Holovaty
2005-11-11BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty
2005-10-26Fixed shortcut redirect handlerJacob Kaplan-Moss
2005-10-17Fixed #634 -- Changed shortcut view to accept get_absolute_url()s that return...Adrian Holovaty
2005-10-14Fixed #626 -- Moved template modules to django.core.template package. django....Adrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-20Changed django.views.defaults to use template.Context instead of core.extensi...Adrian Holovaty
2005-07-15Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old cod...Adrian Holovaty
2005-07-14Changed many-to-many API to be get_FOO_list instead of get_FOOsAdrian Holovaty
2005-07-13Imported Django from private SVN repository (created from r. 8825)Adrian Holovaty