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
Age
Commit message (
Expand
)
Author
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-05-05
Fixed #31534 -- Deprecated django.conf.urls.url().
David Smith
2020-04-15
Fixed #31451 -- Made settings cleansing work with list and tuple settings.
Ichlasul Affan
2020-04-09
Fixed #30779 -- Improved selection of filenames in technical 500 debug page.
Daniel Hahler
2020-03-23
Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.
Adam Johnson
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-27
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
Claude Paroz
2020-01-16
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.
Pavel Lysak
2020-01-16
Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...
Flavio Curella
2020-01-14
Fixed <span> nesting in technical 500 template.
Daniel Hahler
2020-01-11
Removed unused ExceptionReporterFilter class.
Carlton Gibson
2020-01-10
Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.
Carlton Gibson
2020-01-10
Refs #23004 -- Allowed exception reporter filters to customize settings filte...
Carlton Gibson
2020-01-09
Renamed set_language()'s next variable to avoid clash with builtin.
Mike Yusko
2020-01-06
Removed "Don't do that" from docs and error messages.
Adam Johnson
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-12-10
Fixed #31077 -- Made debug decorators raise TypeError if they're not called.
Baptiste Mispelon
2019-11-12
Fixed #30405 -- Fixed source code mismatch crash in ExceptionReporter.
Hasan Ramezani
2019-11-12
Refs #30405 -- Added ExceptionReporter._get_source().
Hasan Ramezani
2019-10-30
Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...
Felipe Lee
2019-10-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-09-02
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
Carlton Gibson
2019-08-09
Fixed #29008 -- Fixed crash of 404 debug page when URL path converter raises ...
Ngalim Siregar
2019-07-29
Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templ...
Jerrod Martin
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-07
Fixed #30521 -- Fixed invalid HTML in default error pages.
Alexandre Varas
2019-05-13
Refs #28593 -- Changed url() to path() in comments following URL routing chan...
Tobias Bengfort
2019-04-08
Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...
Ran Benita
2019-04-05
Refs #30324 -- Forced utf-8 encoding when loading templates for the technical...
Nick Pope
2019-04-05
Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...
Nick Pope
2019-04-05
Fixed bidirectionality on the congrats page.
Majid Vaghari
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-02
Fixed #29393 -- Prevented infinite loop in ExceptionReporter.get_traceback_fr...
Vinay Karanam
2019-01-28
Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ...
Claude Paroz
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
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
2018-12-21
Fixed #29750 -- Added View.setup() hook for class-based views.
François Freitag
2018-12-21
Fixed #29995 -- Used higher contrast colors in debug page.
Zach Garwood
2018-12-21
Removed an overridden CSS rule in debug page.
Tim Graham
2018-10-29
Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.
Hasan Ramezani
2018-09-26
Refs #29784 -- Switched to https:// links where available.
Jon Dufresne
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-06-27
Refs #28457 -- Tweaked colors/layout of the congrats page for readability.
Timothy Allen
2018-06-22
Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header.
Tim Graham
2018-06-21
Removed views.i18n.null_javascript_catalog().
Tim Graham
2018-05-15
Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.
Claude Paroz
[next]