summaryrefslogtreecommitdiff
path: root/docs/howto/error-reporting.txt
AgeCommit message (Expand)Author
2025-10-29Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...Clifford Gama
2025-09-17Added backticks to email addresses in docs.Mariusz Felisiak
2025-09-17Removed versionadded/changed annotations for 5.2.Jacob Walls
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2024-08-01Fixed #35646 -- Extended SafeExceptionReporterFilter.hidden_settings to treat...Markus Holtermann
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-11-17Removed obsolete warnings about asgiref.sync adapters with sensitive variables.Mariusz Felisiak
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-06-23Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators...Jon Janzen
2023-03-30Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak
2023-03-22Doc'd use of asgiref.sync adapters with sensitive variables.Carlton Gibson
2023-03-22Refs #31949 -- Adjusted error reporting docs.Carlton Gibson
2023-03-22Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2022-10-26Fixed #33606 -- Cleansed sessionid cookie in error reports.Tobias Bengfort
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-28Refs #32956 -- Lowercased "internet" and "email" where appropriate.David Smith
2021-07-13Refs #32880 -- Made some titles consistent in how-to documents.Daniele Procida
2021-03-31Refs #32105 -- Moved ExceptionReporter template paths to properties.William Schwartz
2021-01-14Removed versionadded/changed annotations for 3.1.Mariusz Felisiak
2020-10-15Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela
2020-04-01Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-01-16Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.Pavel Lysak
2020-01-10Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.Carlton Gibson
2020-01-10Refs #23004 -- Allowed exception reporter filters to customize settings filte...Carlton Gibson
2019-10-09Fixed #30858 -- Clarified that AdminEmailHandler processes all 5xx responses.Carlton Gibson
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2017-01-30Added missing word in docs/howto/error-reporting.txt.Ryan Castner
2016-06-03Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-03-31Fixed #26436 -- Added a link to the settings filtering in the error reporting...Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-08-24Fixed #25302 -- Prevented BrokenLinkEmailsMiddleware from reporting 404s when...Maxime Lorant
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-07-14Fixed #25121 -- Added a warning that filtering sensitive information from err...Tim Graham
2015-07-13Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.Vlastimil Zíma
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-10-30Converted seealso directives to use 4 space indendation.Berker Peksag
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2013-09-15Cleaned up 1.5.4/1.4.8 release notesTim Graham
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-05-25Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddlewareClaude Paroz
2013-02-04Simplified default project template.Aymeric Augustin
2013-01-15Fixed #19099 -- Split broken link emails out of common middleware.Aymeric Augustin