Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/view_tests/tests/test_static.py
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* 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
* Fixed a few warnings in the testsuite.Florian Apolloner2014-05-251-0/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+1
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-8/+9
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-4/+2
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Test that django.views.static.serve() generates 404 statu...Ramiro Morales2013-08-101-2/+6
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Modified view_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+120