Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/staticfiles_tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-2/+4
* Fixed #21380 -- Added a way to set different permission f...Vajrasky Kok2013-11-291-2/+31
* Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma2013-11-111-2/+11
* Fixing E302 ErrorsJason Myers2013-11-031-0/+1
* Fixed #21219 -- Added a way to set different permission f...Vajrasky Kok2013-10-241-0/+44
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-4/+1
* Fixed a couple unclosed file warnings in testsTim Graham2013-09-031-1/+2
* Made django.test.testcases not depend on staticfiles cont...Ramiro Morales2013-08-311-0/+101
* Fixed #20819 -- Return 404 instead of 500 error when ``st...Tai Lee2013-07-311-2/+1
* Fixed #18404 -- Added test for AppStaticStorage with non ...Florian Hahn2013-07-281-0/+30
* Fixed #18986 -- Improved error message for missing filesAymeric Augustin2013-04-282-1/+17
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-6/+6
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2642-0/+853