summaryrefslogtreecommitdiff
path: root/tests/view_tests
AgeCommit message (Expand)Author
2021-04-27[3.2.x] Refs 32637 -- Made technical 404 debug page display exception message...Mariusz Felisiak
2021-04-13[3.2.x] Fixed #32637 -- Restored exception message on technical 404 debug page.Mariusz Felisiak
2021-01-29[3.2.x] Fixed #32345 -- Fixed preserving encoded query strings in set_languag...Sandro Covo
2020-11-20Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page.Thibaud Colas
2020-11-10Refs #31672 -- Made technical 500 debug page include exceptions without trace...Hasan Ramezani
2020-10-28Made small readability improvements.Martin Thoma
2020-10-28Refs #25780 -- Removed redundant status code assertions from tests.Jon Dufresne
2020-10-15Fixed #32105 -- Added template paths as ExceptionReporter class attributes.Aarni Koskela
2020-10-12Fixed #31674 -- Fixed displaying traceback in technical 500 debug page.Hasan Ramezani
2020-10-12Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.nik258heda
2020-10-01Fixed typo in tests/view_tests/tests/test_debug.py docstring.Thibaud Colas
2020-09-14Fixed #31789 -- Added a new headers interface to HttpResponse.Tom Carrick
2020-09-09Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...Hasan Ramezani
2020-09-07Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...Jon Dufresne
2020-08-26Fixed #31942 -- Made settings cleansing work with dictionary settings with no...Jeremy Lainé
2020-07-13Fixed #31674 -- Made technical 500 debug page respect __suppress_context__.Tom Forbes
2020-07-08Refs #30400 -- Improved typography in debug and csrf templates.Jon Dufresne
2020-06-10Fixed #31675 -- Added warning to ExceptionReporter when exception chain has a...Hasan Ramezani
2020-05-11Refs #30116 -- Simplified regex match group access with Match.__getitem__().Jon Dufresne
2020-04-20Capitalized Unicode in docs, strings, and comments.Jon Dufresne
2020-04-15Removed unused __str__() methods in tests models.Author: Mads Jensen
2020-04-15Fixed #31451 -- Made settings cleansing work with list and tuple settings.Ichlasul Affan
2020-04-09Fixed #30779 -- Improved selection of filenames in technical 500 debug page.Daniel Hahler
2020-02-20Captured logging in DebugViewTests with assertLogs().Jon Dufresne
2020-01-27Refs #30997 -- Removed HttpRequest.is_ajax() usage.Claude Paroz
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-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2019-12-10Fixed #31077 -- Made debug decorators raise TypeError if they're not called.Baptiste Mispelon
2019-11-18Removed hardcoded pk in view_tests.tests.test_defaults.Tim Graham
2019-11-12Fixed #30405 -- Fixed source code mismatch crash in ExceptionReporter.Hasan Ramezani
2019-11-04Simplified consecutive calls to pathlib.Path.parent.Jon Dufresne
2019-10-29Used more specific unittest assertions in tests.Nick Pope
2019-08-09Fixed #29008 -- Fixed crash of 404 debug page when URL path converter raises ...Ngalim Siregar
2019-07-29Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templ...Jerrod Martin
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-25Fixed typos in test comments.Tim Gates
2019-06-07Fixed #30521 -- Fixed invalid HTML in default error pages.Alexandre Varas
2019-06-07Refs #30521 -- Added tests for content of default error pages.Mariusz Felisiak
2019-04-27Fixed typos in test names.Daniel Hahler
2019-04-25Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne
2019-04-08Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...Ran Benita
2019-04-05Refs #30324 -- Forced utf-8 encoding when loading templates for the technical...Nick Pope
2019-04-05Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...Nick Pope
2019-02-14Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz
2019-02-02Fixed #29393 -- Prevented infinite loop in ExceptionReporter.get_traceback_fr...Vinay Karanam
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-28Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ...Claude Paroz
2019-01-17Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.Tim Graham