Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/view_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 #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+5
* 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-052-0/+30
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-1/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Fixed #21927 -- Made application and instance namespaces ...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 er...Claude Paroz2015-05-114-8/+14
* Moved engine-related exceptions to django.template.except...Preston Timmons2015-05-071-1/+1
* Fixed #24526 -- Combined django.request/security loggers ...Tim Graham2015-04-242-4/+5
* Improved display of template loader postmortem on debug p...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 j...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 ...Tomáš Ehrlich2015-03-142-0/+45
* Fixed #24122 -- Redirected to translated url after settin...Claude Paroz2015-03-134-0/+27
* Fixed #24455 -- Fixed crash in debug view with lazy objectsBas Peschier2015-03-101-0/+31
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-77/+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-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 ...Tim Graham2015-01-132-1/+10
* 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-225-166/+1
* 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 #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-123-7/+10
* 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-303-1/+26
* 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