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
2019-08-09
Fixed #29008 -- Fixed crash of 404 debug page when URL path converter raises ...
Ngalim Siregar
2019-07-29
Fixed #30411 -- Improved formatting of text tracebacks in technical 500 templ...
Jerrod Martin
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-25
Fixed typos in test comments.
Tim Gates
2019-06-07
Fixed #30521 -- Fixed invalid HTML in default error pages.
Alexandre Varas
2019-06-07
Refs #30521 -- Added tests for content of default error pages.
Mariusz Felisiak
2019-04-27
Fixed typos in test names.
Daniel Hahler
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2019-04-08
Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...
Ran Benita
2019-04-05
Refs #30324 -- Forced utf-8 encoding when loading templates for the technical...
Nick Pope
2019-04-05
Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...
Nick Pope
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-02-02
Fixed #29393 -- Prevented infinite loop in ExceptionReporter.get_traceback_fr...
Vinay Karanam
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-28
Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ...
Claude Paroz
2019-01-17
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
Tim Graham
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-10-25
Completed test coverage of views.defaults.bad_request().
Hasan Ramezani
2018-10-23
Completed test coverage of views.static.directory_name().
Hasan Ramezani
2018-10-15
Refs #27829 -- Added warning for settings.DEFAULT_CONTENT_TYPE usage outside ...
Jon Dufresne
2018-07-24
Fixed #24336 -- Made django.conf.urls.static() ignore all absolute URLs
Claude Paroz
2018-06-22
Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header.
Tim Graham
2018-05-07
Captured logging in tests with self.assertLogs().
Claude Paroz
2018-05-07
Replaced django.test.utils.patch_logger() with assertLogs().
Claude Paroz
2018-02-07
Refs #27795 -- Removed force_bytes/text() usage in tests.
Tim Graham
2018-01-03
Refs #15902 -- Made set_language() view always set the current language in a ...
Claude Paroz
2017-12-06
Fixed #28893 -- Removed unnecessary dict.items() calls.
Tim Graham
2017-10-13
Fixed #28708 -- Added constants to detect the Python version.
Tim Graham
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-05
Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section of technic...
Tim Graham
2017-08-12
Fixed #28485 -- Made ExceptionReporter.get_traceback_frames() include frames ...
Martin von Gagern
2017-08-07
Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...
Timothy Allen
2017-08-02
Refs #7697 -- Tested escaping of safe strings in the technical 500 debug view.
Tim Graham
2017-08-02
Refs #7697 -- Removed unnecessary force_escape of technical 500 debug view "u...
Tim Graham
2017-08-02
Refs #5046 -- Tested the 'unicode hint' in the technical 500 debug view.
Tim Graham
2017-06-22
Refs #16870 -- Doc'd that CSRF protection requires the Referer header.
Flávio Juvenal
2017-06-22
Cosmetic edits to tests/view_tests/tests/test_csrf.py.
Tim Graham
2017-06-06
Fixed #18394 -- Added error for invalid JavaScriptCatalog packages
Claude Paroz
2017-06-05
Fixed #28271 -- Added charset to technical_500_response() AJAX response.
partizan
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-05-25
Fixed #28221 -- Fixed plural fallback translations in JavaScriptCatalog view
Claude Paroz
2017-05-18
Fixed validity of test django_js.po files
Claude Paroz
2017-05-08
Refs #27795 -- Stopped converting integer format settings to str in JS/JSON i...
Claude Paroz
2017-05-08
Renamed django.views.i18n test cases
Claude Paroz
2017-04-25
Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s ...
Tim Graham
2017-04-15
Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML ...
Tim Graham
2017-04-12
Fixed #28007 -- Moved debug templates to the filesystem
Claude Paroz
[next]