summaryrefslogtreecommitdiff
path: root/tests/view_tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25653 -- Made --selenium run only the selenium tests.Akshesh2016-02-191-1/+2
* Fixed #26209 -- Masked sensitive settings in debug reports regardless of case.François Freitag2016-02-111-1/+17
* Made @override_settings(ROOT_URLCONF=...) consistent.Tim Graham2016-02-082-3/+3
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-7/+0
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-3/+4
* Fixed #25697 -- Made default error views error when passed a nonexistent temp...Iacopo Spalletti2016-01-141-1/+26
* Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma2016-01-111-1/+1
* Refs #26048 -- Fixed a flaky i18n selenium test: test_javascript_gettext.Tim Graham2016-01-061-0/+1
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-313-3/+3
* Refs #25969 -- Replaced usage of render_to_response() with render() in tests.Tim Graham2015-12-231-6/+5
* Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov2015-11-211-1/+0
* Fixed #25695 -- Added template_name parameter to csrf_failure() view.Raphael Michel2015-11-171-1/+31
* Removed obsolete comments about Django 1.10 in two test files.Tim Graham2015-11-171-5/+1
* Fixed "URLconf" spelling in code comments.Tim Graham2015-10-221-2/+2
* Fixed #25037 -- Added request.user to the debug view.John Moses2015-10-051-0/+12
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+5
* Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.Vlastimil Zíma2015-09-041-0/+16
* Fixed #22404 -- Added a view that exposes i18n catalog as a JSONSergey Kolosov2015-08-052-0/+30
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-1/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-2/+2
* Ref #23643 -- Added plain text report of exception chain.Tomáš Ehrlich2015-06-011-2/+5
* Refs #23643 -- Fixed debug view regression on Python 2.Luca Ferroni2015-05-291-1/+24
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-205-17/+18
* Fixed #24733 -- Passed the triggering exception to 40x error handlersClaude Paroz2015-05-114-8/+14
* Moved engine-related exceptions to django.template.exceptions.Preston Timmons2015-05-061-1/+1
* Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham2015-04-242-4/+5
* Improved display of template loader postmortem on debug page.Preston Timmons2015-04-221-1/+1
* Removed getLogger alias in django.utils.log.Tim Graham2015-03-241-2/+2
* Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert2015-03-204-1/+47
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-184-26/+5
* Fixes #23643 -- Added chained exception details to debug view.Tomáš Ehrlich2015-03-142-0/+45
* Fixed #24122 -- Redirected to translated url after setting languageClaude Paroz2015-03-134-0/+27
* Fixed #24455 -- Fixed crash in debug view with lazy objectsBas Peschier2015-03-091-0/+31
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-77/+32
* Fixed #24399 -- Made filesystem loaders use more specific exceptions.Preston Timmons2015-03-031-31/+0
* Normalized usage of the tempfile module.Aymeric Augustin2015-02-231-8/+8
* Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.Aymeric Augustin2015-02-221-1/+12
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-2/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-069-22/+25
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-033-9/+13
* Fixed warning leak in static.serve() testClaude Paroz2015-01-231-0/+1
* Fixed a static view test on Windows.Tim Graham2015-01-141-1/+2
* Ensured views.static.serve() doesn't use large memory on large files.Tim Graham2015-01-132-1/+10
* Made debug views not crash when there isn't a default template engine.Aymeric Augustin2015-01-121-0/+30
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-3/+12
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-3/+12
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-282-23/+35
* Fixed selenium test failure of JavascriptI18nTests.Tim Graham2014-12-011-2/+5
* Moved tests for render shortcuts to their own app.Aymeric Augustin2014-11-225-166/+1