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
/
debug.py
Age
Commit message (
Expand
)
Author
2022-11-29
Fixed #33701 -- Added fine-grained error locations to the technical 500 debug...
Giebisch
2022-11-25
Fixed #33747 -- Added exception notes to the technical 500 debug page.
Giebisch
2022-10-26
Fixed #33606 -- Cleansed sessionid cookie in error reports.
Tobias Bengfort
2022-03-09
Fixed #33567 -- Avoided setting default text/html content type on responses.
Claude Paroz
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-13
Fixed #33396 -- Added view name to technical 500 debug page.
Hrushikesh Vaidya
2022-01-13
Refs #33396 -- Added django.views.debug.get_caller() hook.
Hrushikesh Vaidya
2022-01-12
Refs #33426 -- Simplified technical_404_response() with ResolverMatch._func_p...
Hrushikesh Vaidya
2022-01-12
Fixed #33433 -- Avoided unnecessary resolve() calls in technical_404_response().
Hrushikesh Vaidya
2022-01-08
Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.
Keryn Knight
2021-09-27
Refs #32355 -- Used @functools.lru_cache as a straight decorator.
Mariusz Felisiak
2021-04-30
Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...
Hasan Ramezani
2021-04-01
Fixed #32316 -- Deferred accessing __file__.
William Schwartz
2021-03-31
Refs #32105 -- Moved ExceptionReporter template paths to properties.
William Schwartz
2021-03-30
Refs #32260 -- Made admindocs and technical 404 debug page use view_func.view...
Adam Johnson
2020-11-10
Refs #31672 -- Made technical 500 debug page include exceptions without trace...
Hasan Ramezani
2020-10-15
Refs #31672 -- Simplified ExceptionReporter.get_traceback_frames().
Chris Jerdonek
2020-10-15
Fixed #32105 -- Added template paths as ExceptionReporter class attributes.
Aarni Koskela
2020-10-12
Fixed #31674 -- Fixed displaying traceback in technical 500 debug page.
Hasan Ramezani
2020-09-07
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...
Jon Dufresne
2020-08-26
Fixed #31942 -- Made settings cleansing work with dictionary settings with no...
Jeremy Lainé
2020-07-13
Fixed #31674 -- Made technical 500 debug page respect __suppress_context__.
Tom Forbes
2020-06-10
Fixed #31675 -- Added warning to ExceptionReporter when exception chain has a...
Hasan Ramezani
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-04-15
Fixed #31451 -- Made settings cleansing work with list and tuple settings.
Ichlasul Affan
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-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
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-29
Fixed #30899 -- Lazily compiled import time regular expressions.
Hasan Ramezani
2019-08-09
Fixed #29008 -- Fixed crash of 404 debug page when URL path converter raises ...
Ngalim Siregar
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-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 #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
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-01-03
Fixed #28985 -- Removed unneeded None checks before hasattr().
Дилян Палаузов
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
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-08-12
Fixed #28485 -- Made ExceptionReporter.get_traceback_frames() include frames ...
Martin von Gagern
2017-08-07
Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...
Timothy Allen
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-05
Fixed #28271 -- Added charset to technical_500_response() AJAX response.
partizan
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
[next]