index
:
django.git
fix-31295
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
2019-06-07
Fixed #30521 -- Fixed invalid HTML in default error pages.
Alexandre Varas
2019-01-17
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
Tim Graham
2019-01-16
Refs #30102 -- Added comment on use of Template without placeholders in page_...
Carlton Gibson
2019-01-03
Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the defau...
Tom Hacohen
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-02-27
Imported django.http classes instead of django.http.
Asif Saifuddin Auvi
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-01-14
Fixed #25697 -- Made default error views error when passed a nonexistent temp...
Iacopo Spalletti
2015-05-11
Fixed #24733 -- Passed the triggering exception to 40x error handlers
Claude Paroz
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Deprecated passing a Context to a generic Template.render.
Aymeric Augustin
2014-03-21
Removed django.views.defaults.shortcut and django.conf.urls.shortcut per depr...
Tim Graham
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2013-08-04
Fixed #20822 -- Set content type of default error pages to 'text/html'.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-03-14
Deprecated django.views.defaults.shortcut.
Aymeric Augustin
2012-09-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2012-06-26
Add reST role to templates named in some view docs.
Ben Spaulding
2011-08-12
Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...
Jannis Leidel
2010-10-28
Fixed #14565 - No csrf_token on 404 page.
Luke Plant
2010-10-28
Reverted changeset [14356]
Luke Plant
2010-10-26
Fixed #14565 - No csrf_token on 404 pages
Luke Plant
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