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
2017-02-01
[1.11.x] Removed ExceptionReporter support for string exceptions.
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
2016-07-24
Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
Jon Dufresne
2016-07-18
Fixed XSS in admin's add/change related popup.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-02-23
Fixed #25670 -- Allowed dictsort to sort a list of lists.
Andrew Kuchev
2016-02-11
Fixed #26209 -- Masked sensitive settings in debug reports regardless of case.
François Freitag
2016-01-11
Refs #25755 -- Unified a couple more spellings of 'website'.
pp
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-10-05
Fixed #25037 -- Added request.user to the debug view.
John Moses
2015-09-24
Removed unused views.debug.linebreak_iter() function.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-04
Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.
Vlastimil Zíma
2015-08-08
Refs #25236 -- Removed ifequal/ifnotequal usage.
Tim Graham
2015-07-20
Fixed #25147 -- Fixed debug view copy-paste/interactive toggle.
Tim Graham
2015-07-13
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Vlastimil Zíma
2015-07-13
Improved whitespace in debug templates.
Tim Graham
2015-06-01
Ref #23643 -- Added plain text report of exception chain.
Tomáš Ehrlich
2015-05-29
Refs #23643 -- Fixed debug view regression on Python 2.
Luca Ferroni
2015-05-06
Fixed #24119, #24120 -- Formalized debug integration for template backends.
Preston Timmons
2015-04-22
Improved display of template loader postmortem on debug page.
Preston Timmons
2015-04-18
Removed cases of six.iter* wrapped in a list()
Curtis Maloney
2015-03-23
Fixed #24440 -- Added padding to debug view stacktrace lines.
andy matthews
2015-03-20
Cleaned up the template debug implementation.
Preston Timmons
2015-03-14
Fixes #23643 -- Added chained exception details to debug view.
Tomáš Ehrlich
2015-03-09
Fixed #24455 -- Fixed crash in debug view with lazy objects
Bas Peschier
2015-03-03
Fixed #24399 -- Made filesystem loaders use more specific exceptions.
Preston Timmons
2015-02-10
Fixed a crash of the debug page.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-05
Caught all exceptions raised by Engine.get_default().
Aymeric Augustin
2015-01-12
Made debug views not crash when there isn't a default template engine.
Aymeric Augustin
2014-12-28
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-23
Removed direct references to template-related settings.
Aymeric Augustin
2014-11-23
Moved template loaders management in Engine.
Aymeric Augustin
2014-11-19
Simplified caching of the default exception reporter filter.
Aymeric Augustin
2014-11-16
Refactored getting the list of template loaders.
Aymeric Augustin
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-13
Fixed #20368 -- Made TECHNICAL_500 more robust against bad input.
Walter Doekes
2014-07-26
Fixed code to solve #23070 problem
Hiroki KIYOHARA
2014-06-30
Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.
Julia Matsieva
2014-06-24
Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...
Anubhav Joshi
[next]