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