summaryrefslogtreecommitdiff
path: root/tests/view_tests/tests/test_debug.py
Commit message (Expand)AuthorAgeFilesLines
* Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async func...Mariusz Felisiak2023-03-301-39/+4
* Refs #31949 -- Enabled @sensitive_variables to work with async functions.Jon Janzen2023-03-221-4/+39
* Refs #34074 -- Used headers argument for RequestFactory and Client in docs an...David Wobrock2023-01-041-12/+17
* Fixed #33701 -- Added fine-grained error locations to the technical 500 debug...Giebisch2022-11-291-0/+73
* Fixed #33747 -- Added exception notes to the technical 500 debug page.Giebisch2022-11-251-1/+36
* Fixed #33606 -- Cleansed sessionid cookie in error reports.Tobias Bengfort2022-10-261-0/+6
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-7/+14
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-499/+623
* Refs #33476 -- Changed quotation marks in DebugViewTests.test_template_except...Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-8/+4
* Fixed #30360 -- Added support for secret key rotation.tschilling2022-02-011-0/+2
* Fixed #33461 -- Escaped template errors in the technical 500 debug page.Keryn Knight2022-01-281-1/+22
* Fixed #33396 -- Added view name to technical 500 debug page.Hrushikesh Vaidya2022-01-131-0/+34
* Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.Keryn Knight2022-01-081-3/+11
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-141-1/+1
* Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...Mateo Radman2021-06-251-1/+15
* Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...Hasan Ramezani2021-04-301-0/+14
* Refs 32637 -- Made technical 404 debug page display exception message when UR...Mariusz Felisiak2021-04-271-0/+10
* Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak2021-04-131-0/+6
* Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page.Thibaud Colas2020-11-201-1/+1
* Refs #31672 -- Made technical 500 debug page include exceptions without trace...Hasan Ramezani2020-11-101-3/+49
* Refs #25780 -- Removed redundant status code assertions from tests.Jon Dufresne2020-10-281-1/+0
* Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela2020-10-151-0/+15
* Fixed #31674 -- Fixed displaying traceback in technical 500 debug page.Hasan Ramezani2020-10-121-0/+28
* Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.nik258heda2020-10-121-0/+13
* Fixed typo in tests/view_tests/tests/test_debug.py docstring.Thibaud Colas2020-10-011-3/+2
* Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick2020-09-141-1/+1
* Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani2020-09-091-0/+20
* Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...Jon Dufresne2020-09-071-3/+27
* Fixed #31942 -- Made settings cleansing work with dictionary settings with no...Jeremy Lainé2020-08-261-0/+13
* Fixed #31674 -- Made technical 500 debug page respect __suppress_context__.Tom Forbes2020-07-131-0/+20
* Refs #30400 -- Improved typography in debug and csrf templates.Jon Dufresne2020-07-081-3/+3
* Fixed #31675 -- Added warning to ExceptionReporter when exception chain has a...Hasan Ramezani2020-06-101-3/+8
* Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne2020-05-111-1/+1
* Fixed #31451 -- Made settings cleansing work with list and tuple settings.Ichlasul Affan2020-04-151-0/+35
* Fixed #30779 -- Improved selection of filenames in technical 500 debug page.Daniel Hahler2020-04-091-2/+16
* Captured logging in DebugViewTests with assertLogs().Jon Dufresne2020-02-201-2/+4
* Refs #30997 -- Removed HttpRequest.is_ajax() usage.Claude Paroz2020-01-271-9/+9
* Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.Pavel Lysak2020-01-161-0/+9
* Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.Carlton Gibson2020-01-101-0/+18
* Refs #23004 -- Allowed exception reporter filters to customize settings filte...Carlton Gibson2020-01-101-18/+65
* Fixed #31077 -- Made debug decorators raise TypeError if they're not called.Baptiste Mispelon2019-12-101-0/+26
* Fixed #30405 -- Fixed source code mismatch crash in ExceptionReporter.Hasan Ramezani2019-11-121-0/+34
* Simplified consecutive calls to pathlib.Path.parent.Jon Dufresne2019-11-041-1/+1
* Fixed #29008 -- Fixed crash of 404 debug page when URL path converter raises ...Ngalim Siregar2019-08-091-0/+7
* Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templ...Jerrod Martin2019-07-291-4/+13
* Fixed typos in test comments.Tim Gates2019-06-251-2/+2
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-251-7/+7
* Refs #30324 -- Forced utf-8 encoding when loading templates for the technical...Nick Pope2019-04-051-0/+13
* Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...Nick Pope2019-04-051-1/+17