index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
view_tests
Age
Commit message (
Expand
)
Author
2022-03-11
Fixed #33571 -- Fixed static serving views crash when If-Modified-Since is em...
Collin Anderson
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
Refs #33476 -- Changed quotation marks in DebugViewTests.test_template_except...
Mariusz Felisiak
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-01-28
Fixed #33461 -- Escaped template errors in the technical 500 debug page.
Keryn Knight
2022-01-13
Fixed #33396 -- Added view name to technical 500 debug page.
Hrushikesh Vaidya
2022-01-08
Fixed #33425 -- Fixed view name for CBVs on technical 404 debug page.
Keryn Knight
2021-10-21
Fixed #33211 -- Updated tests for Selenium 4.0.0.
Carlton Gibson
2021-10-20
Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
David Smith
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-06-25
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...
Mateo Radman
2021-04-30
Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...
Hasan Ramezani
2021-04-29
Fixed capitalization of "ECMAScript" and "JavaScript".
Nick Pope
2021-04-27
Refs 32637 -- Made technical 404 debug page display exception message when UR...
Mariusz Felisiak
2021-04-13
Fixed #32637 -- Restored exception message on technical 404 debug page.
Mariusz Felisiak
2021-02-06
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...
Markus Holtermann
2021-01-29
Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
Sandro Covo
2021-01-14
Refs #15902 -- Stopped set_language() storing user's language in the session.
Mariusz Felisiak
2020-11-20
Fixed #32053 -- Fixed accessibility issues on the 'Congrats' page.
Thibaud Colas
2020-11-10
Refs #31672 -- Made technical 500 debug page include exceptions without trace...
Hasan Ramezani
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-28
Refs #25780 -- Removed redundant status code assertions from tests.
Jon Dufresne
2020-10-15
Fixed #32105 -- Added template paths as ExceptionReporter class attributes.
Aarni Koskela
2020-10-12
Fixed #31674 -- Fixed displaying traceback in technical 500 debug page.
Hasan Ramezani
2020-10-12
Fixed #32087 -- Made technical 500 debug page use HTTPS for sharing traceback.
nik258heda
2020-10-01
Fixed typo in tests/view_tests/tests/test_debug.py docstring.
Thibaud Colas
2020-09-14
Fixed #31789 -- Added a new headers interface to HttpResponse.
Tom Carrick
2020-09-09
Fixed #31962 -- Made SessionMiddleware raise SessionInterrupted when session ...
Hasan Ramezani
2020-09-07
Fixed #31791 -- Made technical 404 debug page display the tried URL patterns ...
Jon Dufresne
2020-08-26
Fixed #31942 -- Made settings cleansing work with dictionary settings with no...
Jeremy Lainé
2020-07-13
Fixed #31674 -- Made technical 500 debug page respect __suppress_context__.
Tom Forbes
2020-07-08
Refs #30400 -- Improved typography in debug and csrf templates.
Jon Dufresne
2020-06-10
Fixed #31675 -- Added warning to ExceptionReporter when exception chain has a...
Hasan Ramezani
2020-05-11
Refs #30116 -- Simplified regex match group access with Match.__getitem__().
Jon Dufresne
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-15
Removed unused __str__() methods in tests models.
Author: Mads Jensen
2020-04-15
Fixed #31451 -- Made settings cleansing work with list and tuple settings.
Ichlasul Affan
2020-04-09
Fixed #30779 -- Improved selection of filenames in technical 500 debug page.
Daniel Hahler
2020-02-20
Captured logging in DebugViewTests with assertLogs().
Jon Dufresne
2020-01-27
Refs #30997 -- Removed HttpRequest.is_ajax() usage.
Claude Paroz
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-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2019-12-10
Fixed #31077 -- Made debug decorators raise TypeError if they're not called.
Baptiste Mispelon
2019-11-18
Removed hardcoded pk in view_tests.tests.test_defaults.
Tim Graham
2019-11-12
Fixed #30405 -- Fixed source code mismatch crash in ExceptionReporter.
Hasan Ramezani
[next]