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
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
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-04-19
Ref #23919 -- Replaced some os.path usage with pathlib.Path.
Tom
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-18
Refs #23668 -- Removed passing default argument of current TZ to make_aware()...
Jon Dufresne
2018-01-17
Improved generic detail view error message for when pk or slug is missing.
Vincent Poulailleau
2018-01-12
Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked...
Himanshu Chauhan
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2018-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2018-01-03
Refs #15902 -- Made set_language() view always set the current language in a ...
Claude Paroz
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-11-14
Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().
Дилян Палаузов
2017-11-07
Fixed #28719 -- Added a helpful exception if MultipleObjectTemplateResponseMi...
Bjorn Kristinsson
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-10-28
Refs #28457 -- Removed unused .next-step CSS in django/views/templates/defaul...
Tim Baxter
2017-10-28
Refs #28457 -- Updated the colors of the 'Congrats' page for WCAG AA compliance.
Tim Baxter
2017-10-24
Fixed #28735 -- Fixed typo in django/views/templates/default_urlconf.html.
Scot Hacker
2017-09-21
Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templ...
Stefan Sinca
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-05
Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section of technic...
Tim Graham
2017-09-04
Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...
Sebastian Sassi
[next]