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
2018-06-25
[2.0.x] Reverted "Fixed #29511 -- Added charset to JavaScriptCatalog's Conten...
Tim Graham
2018-06-22
[2.0.x] Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type hea...
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
2017-04-12
Tested template info in debug view's text traceback
Claude Paroz
2017-04-04
Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serv...
Tim Graham
2017-04-02
Removed unused code in i18n view_tests
Claude Paroz
2017-03-17
Fixed #27948 -- Removed incorrect unquote() in static serving views.
Tim Graham
2017-02-17
Fixed #27308 -- Fixed BytesWarnings in the test suite.
Tim Graham
2017-02-16
Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE.
Tim Graham
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-03
Refs #23919 -- Removed a Python 2 code path in force_text().
Tim Graham
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-27
Improved test coverage for conf.urls.static.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-24
Removed unneeded force_text calls in the test suite
Claude Paroz
2017-01-23
Replaced dict() usage with dict literals.
Jon Dufresne
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2017-01-17
Refs #19567 -- Removed deprecated javascript_catalog() and json_catalog() views.
Tim Graham
2016-12-14
Fixed #27418 -- Fixed occasional missing plural forms in JavaScriptCatalog.
Waldemar Kornewald
2016-12-06
Fixed #27567 -- Fixed crash in the debug view when request.user errors.
Andreas Pelme
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-10-29
Captured logging output during NonDjangoTemplatesDebugViewTests.test_400().
Jon Dufresne
2016-10-27
Fixed #27373 -- Corrected 404 debug page message for an empty request path.
Mariusz Felisiak
2016-10-22
Fixed #27374 -- Made JavaScriptCatalog respect the packages argument.
Alvin Lindstam
[next]