summaryrefslogtreecommitdiff
path: root/tests/view_tests
AgeCommit message (Expand)Author
2015-10-22[1.9.x] Fixed "URLconf" spelling in code comments.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-09-04Fixed #25099 -- Fixed crash in AdminEmailHandler on DisallowedHost.Vlastimil Zíma
2015-08-05Fixed #22404 -- Added a view that exposes i18n catalog as a JSONSergey Kolosov
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-06-01Ref #23643 -- Added plain text report of exception chain.Tomáš Ehrlich
2015-05-29Refs #23643 -- Fixed debug view regression on Python 2.Luca Ferroni
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-05-11Fixed #24733 -- Passed the triggering exception to 40x error handlersClaude Paroz
2015-05-06Moved engine-related exceptions to django.template.exceptions.Preston Timmons
2015-04-24Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham
2015-04-22Improved display of template loader postmortem on debug page.Preston Timmons
2015-03-24Removed getLogger alias in django.utils.log.Tim Graham
2015-03-20Fixed #22106 -- Allowed using more than one instance of javascript_catalog pe...Moritz Sichert
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-03-14Fixes #23643 -- Added chained exception details to debug view.Tomáš Ehrlich
2015-03-13Fixed #24122 -- Redirected to translated url after setting languageClaude Paroz
2015-03-09Fixed #24455 -- Fixed crash in debug view with lazy objectsBas Peschier
2015-03-05Converted test fixtures to setUpTestData methodsJosh Smeaton
2015-03-03Fixed #24399 -- Made filesystem loaders use more specific exceptions.Preston Timmons
2015-02-23Normalized usage of the tempfile module.Aymeric Augustin
2015-02-22Fixed #24389 -- Isolated the CSRF view from the TEMPLATES setting.Aymeric Augustin
2015-02-15Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-23Fixed warning leak in static.serve() testClaude Paroz
2015-01-14Fixed a static view test on Windows.Tim Graham
2015-01-13Ensured views.static.serve() doesn't use large memory on large files.Tim Graham
2015-01-12Made debug views not crash when there isn't a default template engine.Aymeric Augustin
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-01Fixed selenium test failure of JavascriptI18nTests.Tim Graham
2014-11-22Moved tests for render shortcuts to their own app.Aymeric Augustin
2014-11-16Removed override_template_loaders and override_with_test_loader.Aymeric Augustin
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-08-26Lowered memory consumption in debug ouput testClaude Paroz
2014-08-13Fixed #20368 -- Made TECHNICAL_500 more robust against bad input.Walter Doekes
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-07-26Fixed code to solve #23070 problemHiroki KIYOHARA
2014-07-26Added test for the #23070 problemHiroki KIYOHARA
2014-07-16Added Chrome/IE support for a selenium test.Tim Graham
2014-07-07Fixed #22909 -- Removed camelCasing in some tests.Tim Graham
2014-06-30Fixed #22756 -- Added view name to technical 404 template if Http404 is raised.Julia Matsieva
2014-06-24Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...Anubhav Joshi
2014-05-25Fixed a few warnings in the testsuite.Florian Apolloner
2014-05-22Fixed #21598 -- cleaned up template loader overrides in testsUnai Zalakain
2014-05-15Harmonized some PEP 0263 coding preamblesClaude Paroz