summaryrefslogtreecommitdiff
path: root/tests/view_tests/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-201-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-272-18/+21
* 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
* Removed hardcoded pk in view_tests.tests.test_defaults.Tim Graham2019-11-181-7/+7
* 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
* Used more specific unittest assertions in tests.Nick Pope2019-10-291-2/+2
* 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 #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-4/+4
* Fixed typos in test comments.Tim Gates2019-06-251-2/+2
* Fixed #30521 -- Fixed invalid HTML in default error pages.Alexandre Varas2019-06-071-2/+16
* Refs #30521 -- Added tests for content of default error pages.Mariusz Felisiak2019-06-071-1/+6
* Fixed typos in test names.Daniel Hahler2019-04-271-1/+1
* Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...Jon Dufresne2019-04-252-11/+11
* Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...Ran Benita2019-04-081-0/+9
* 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
* Refs #15902 -- Deprecated storing user's language in the session.Claude Paroz2019-02-141-13/+44
* Fixed #29393 -- Prevented infinite loop in ExceptionReporter.get_traceback_fr...Vinay Karanam2019-02-021-0/+39
* Fixed #30116 -- Dropped support for Python 3.5.Tim Graham2019-01-301-2/+1
* Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ...Claude Paroz2019-01-281-0/+2
* Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.Tim Graham2019-01-171-58/+0
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-1/+1
* Used 4 space hanging indent for dictionaries.Tim Graham2019-01-021-6/+6
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-312-9/+5
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-4/+3
* Completed test coverage of views.defaults.bad_request().Hasan Ramezani2018-10-251-0/+7
* Completed test coverage of views.static.directory_name().Hasan Ramezani2018-10-231-0/+8
* Refs #27829 -- Added warning for settings.DEFAULT_CONTENT_TYPE usage outside ...Jon Dufresne2018-10-151-2/+16
* Fixed #24336 -- Made django.conf.urls.static() ignore all absolute URLsClaude Paroz2018-07-241-2/+3
* Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header.Tim Graham2018-06-221-0/+1
* Captured logging in tests with self.assertLogs().Claude Paroz2018-05-071-19/+27
* Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz2018-05-071-4/+3
* Refs #27795 -- Removed force_bytes/text() usage in tests.Tim Graham2018-02-071-2/+1
* Refs #15902 -- Made set_language() view always set the current language in a ...Claude Paroz2018-01-031-0/+6
* Fixed #28893 -- Removed unnecessary dict.items() calls.Tim Graham2017-12-061-2/+2
* Fixed #28708 -- Added constants to detect the Python version.Tim Graham2017-10-131-2/+1
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-202-1/+8
* Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section of technic...Tim Graham2017-09-051-6/+6