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
/
docs
/
howto
/
error-reporting.txt
Age
Commit message (
Expand
)
Author
2023-03-22
[4.2.x] Doc'd use of asgiref.sync adapters with sensitive variables.
Carlton Gibson
2023-03-01
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2022-10-26
Fixed #33606 -- Cleansed sessionid cookie in error reports.
Tobias Bengfort
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-28
Refs #32956 -- Lowercased "internet" and "email" where appropriate.
David Smith
2021-07-13
Refs #32880 -- Made some titles consistent in how-to documents.
Daniele Procida
2021-03-31
Refs #32105 -- Moved ExceptionReporter template paths to properties.
William Schwartz
2021-01-14
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2020-10-15
Fixed #32105 -- Added template paths as ExceptionReporter class attributes.
Aarni Koskela
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2020-01-16
Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.
Pavel Lysak
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-10-09
Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses.
Carlton Gibson
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2017-01-30
Added missing word in docs/howto/error-reporting.txt.
Ryan Castner
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-03-31
Fixed #26436 -- Added a link to the settings filtering in the error reporting...
Tim Graham
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-08-24
Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...
Maxime Lorant
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-07-14
Fixed #25121 -- Added a warning that filtering sensitive information from err...
Tim Graham
2015-07-13
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Vlastimil Zíma
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-10-30
Converted seealso directives to use 4 space indendation.
Berker Peksag
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-01-22
Don't show `self` in the list of arguments of a method.
Baptiste Mispelon
2013-09-15
Cleaned up 1.5.4/1.4.8 release notes
Tim Graham
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-05-25
Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddleware
Claude Paroz
2013-02-04
Simplified default project template.
Aymeric Augustin
2013-01-15
Fixed #19099 -- Split broken link emails out of common middleware.
Aymeric Augustin
2013-01-15
Fixed a typo in the error reporting docs.
Aymeric Augustin
2012-12-31
Fixed #19453 -- Ensured that the decorated function's arguments are obfuscate...
Julien Phalip
2012-12-29
Removed versionadded/changed annotations dating back to 1.4.
Aymeric Augustin
2012-12-29
Removed IGNORABLE_404_STARTS/ENDS settings.
Aymeric Augustin
2012-12-26
Fixed broken links, round 3. refs #19516
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2011-11-28
Fixed #17309 -- Typo in the IGNORABLE_404_URLS example.
Aymeric Augustin
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-05-24
Made some small tweaks/fixes to documentation from IGNORABLE_404_URLS changes...
Adrian Holovaty
2011-05-13
Fixed #16014 -- numerous documentation typos -- thanks psmith.
Simon Meers
2011-05-05
Fixed #15954 - New IGNORABLE_404_URLS setting that allows more powerful filte...
Luke Plant
2011-04-01
Fixed some ReST errors from e-mail -> email change in docs, and changed some ...
Adrian Holovaty
[next]