Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/view_tests/tests
Commit message (Expand)AuthorAgeFilesLines
* 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 #25099 -- Fixed crash in AdminEmailHandler on Disal...Vlastimil Zíma2015-09-041-0/+16
* Fixed #22404 -- Added a view that exposes i18n catalog as...Sergey Kolosov2015-08-051-0/+29
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* 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 er...Claude Paroz2015-05-112-6/+11
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-1/+1
* Fixed #24526 -- Combined django.request/security loggers ...Tim Graham2015-04-241-3/+4
* Improved display of template loader postmortem on debug p...Preston Timmons2015-04-221-1/+1
* Fixed #22106 -- Allowed using more than one instance of j...Moritz Sichert2015-03-201-1/+13
* Fixed #23960 -- Removed http.fix_location_headerClaude Paroz2015-03-182-15/+4
* Fixes #23643 -- Added chained exception details to debug ...Tomáš Ehrlich2015-03-142-0/+45
* Fixed #24122 -- Redirected to translated url after settin...Claude Paroz2015-03-131-0/+17
* Fixed #24455 -- Fixed crash in debug view with lazy objectsBas Peschier2015-03-101-0/+31
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-2/+32
* Fixed #24399 -- Made filesystem loaders use more specific...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...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-064-11/+13
* 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 ...Tim Graham2015-01-131-1/+9
* Made debug views not crash when there isn't a default tem...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-221-70/+0
* Removed override_template_loaders and override_with_test_...Aymeric Augustin2014-11-162-7/+12
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-2/+2
* Lowered memory consumption in debug ouput testClaude Paroz2014-08-261-2/+2
* Fixed #20368 -- Made TECHNICAL_500 more robust against ba...Walter Doekes2014-08-131-0/+46
* Fixed code to solve #23070 problemHiroki KIYOHARA2014-07-261-1/+16
* Added test for the #23070 problemHiroki KIYOHARA2014-07-261-0/+15
* Added Chrome/IE support for a selenium test.Tim Graham2014-07-161-0/+8
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-6/+6
* Fixed #22756 -- Added view name to technical 404 template...Julia Matsieva2014-06-301-0/+11
* Fixed #21668 -- Return detailed error page when Suspiciou...Anubhav Joshi2014-06-241-0/+5
* Fixed a few warnings in the testsuite.Florian Apolloner2014-05-251-0/+1
* Fixed #21598 -- cleaned up template loader overrides in t...Unai Zalakain2014-05-232-21/+8
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-152-2/+2
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-171-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-068-16/+15
* Skipped JavascriptI18nTests if Firefox isn't properly con...Tim Graham2014-03-271-7/+7
* Fixed #15318 -- Added settings for language cookie max-ag...Sergey Kolosov2014-03-011-0/+19