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
2017-04-04
[1.11.x] Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.st...
Tim Graham
2017-01-23
[1.11.x] Replaced dict() usage with dict literals.
Jon Dufresne
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
2016-09-16
Refs #27025 -- Fixed tests for the new ModuleNotFoundError in Python 3.6.
Tim Graham
2016-09-07
Fixed #27191 -- Fixed debug view crash for requests with 'items' in GET/POST/...
Anatoly Burov
2016-08-19
Refs #26902 -- Protected against insecure redirects in set_language().
Przemysław Suliga
2016-08-10
Fixed #26973 -- Fixed views.static.serve() crash with show_indexes enabled.
Tim Graham
2016-07-24
Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug page.
Jon Dufresne
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-24
Refs #17209 -- Added LoginView and LogoutView class-based views
Claude Paroz
2016-05-17
Refs #26601 -- Deprecated old-style middleware.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-15
Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views
Claude Paroz
2016-04-09
Fixed #26466 -- Added HTTP_REFERER decoding to i18n set_language() view.
Miikka Salminen
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-29
Fixed #21446 -- Allowed not performing redirect in set_language view
Krzysztof Jurewicz
2016-03-15
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
Akshesh
2016-03-08
Refs #26319 -- Added test for English variant in javascript_catalog
Claude Paroz
2016-03-08
Reused the DjangoTranslation class for the javascript_catalog view
Claude Paroz
2016-02-19
Fixed #25653 -- Made --selenium run only the selenium tests.
Akshesh
2016-02-11
Fixed #26209 -- Masked sensitive settings in debug reports regardless of case.
François Freitag
2016-02-08
Made @override_settings(ROOT_URLCONF=...) consistent.
Tim Graham
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-14
Fixed #25697 -- Made default error views error when passed a nonexistent temp...
Iacopo Spalletti
2016-01-11
Fixed #25385 -- Allowed importing views.generic.View from views.View.
Varun Sharma
2016-01-06
Refs #26048 -- Fixed a flaky i18n selenium test: test_javascript_gettext.
Tim Graham
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-23
Refs #25969 -- Replaced usage of render_to_response() with render() in tests.
Tim Graham
2015-11-21
Fixed #25780 -- Removed redundant status code assertions from tests
Alex Morozov
2015-11-17
Fixed #25695 -- Added template_name parameter to csrf_failure() view.
Raphael Michel
2015-11-17
Removed obsolete comments about Django 1.10 in two test files.
Tim Graham
2015-10-22
Fixed "URLconf" spelling in code comments.
Tim Graham
2015-10-05
Fixed #25037 -- Added request.user to the debug view.
John Moses
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-04
Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.
Vlastimil Zíma
2015-08-05
Fixed #22404 -- Added a view that exposes i18n catalog as a JSON
Sergey Kolosov
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-06-01
Ref #23643 -- Added plain text report of exception chain.
Tomáš Ehrlich
2015-05-29
Refs #23643 -- Fixed debug view regression on Python 2.
Luca Ferroni
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-05-11
Fixed #24733 -- Passed the triggering exception to 40x error handlers
Claude Paroz
[next]