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
2016-07-24
[1.10.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the deb...
Jon Dufresne
2016-07-01
[1.10.x] Replaced use of TestCase.fail() with assertRaises().
Tim Graham
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
2015-05-06
Moved engine-related exceptions to django.template.exceptions.
Preston Timmons
2015-04-24
Fixed #24526 -- Combined django.request/security loggers with the root logger.
Tim Graham
2015-04-22
Improved display of template loader postmortem on debug page.
Preston Timmons
2015-03-24
Removed getLogger alias in django.utils.log.
Tim Graham
2015-03-20
Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...
Moritz Sichert
2015-03-18
Fixed #23960 -- Removed http.fix_location_header
Claude Paroz
2015-03-14
Fixes #23643 -- Added chained exception details to debug view.
Tomáš Ehrlich
2015-03-13
Fixed #24122 -- Redirected to translated url after setting language
Claude Paroz
2015-03-09
Fixed #24455 -- Fixed crash in debug view with lazy objects
Bas Peschier
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-03-03
Fixed #24399 -- Made filesystem loaders use more specific exceptions.
Preston Timmons
2015-02-23
Normalized usage of the tempfile module.
Aymeric Augustin
2015-02-22
Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.
Aymeric Augustin
2015-02-15
Deprecated TEMPLATE_DEBUG setting.
Aymeric Augustin
[next]