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
/
debug.py
Age
Commit message (
Expand
)
Author
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
2017-04-15
Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML ...
Tim Graham
2017-04-12
Fixed #28007 -- Moved debug templates to the filesystem
Claude Paroz
2017-03-28
Fixed #27987 -- Added default colors in debug view CSS.
Ionuț Ciocîrlan
2017-03-03
Refs #27656 -- Updated django.views docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-09
Refs #23919 -- Removed an used block in ExceptionReporter.get_traceback_data().
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-01
Removed unused ExceptionReporter.format_exception() method.
Tim Graham
2017-02-01
Removed ExceptionReporter support for string exceptions.
Tim Graham
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Stopped using django.utils.lru_cache().
Aymeric Augustin
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2016-12-13
Removed an unnecessary, discouraging sentence on the "It worked!" page.
Merrin Macleod
2016-12-06
Fixed #27567 -- Fixed crash in the debug view when request.user errors.
Andreas Pelme
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-27
Fixed #27373 -- Corrected 404 debug page message for an empty request path.
Mariusz Felisiak
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-07
Fixed #27191 -- Fixed debug view crash for requests with 'items' in GET/POST/...
Anatoly Burov
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
[next]