summaryrefslogtreecommitdiff
path: root/tests/files
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+0
* Rearranged some file-related testsClaude Paroz2013-10-275-159/+140
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Close file after tests added in 945e033a69.Ramiro Morales2013-10-141-0/+4
* Fixed #8918 -- Made FileField.upload_to optional.Tim Graham2013-10-112-0/+7
* Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry2013-10-021-0/+3
* Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch...homm2013-09-101-1/+0
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0
* Fixed #11857 -- Added missing 'closed' property on TemporaryFile class.Christopher Adams2013-09-061-0/+15
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...Russell Keith-Magee2013-06-201-0/+14
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+179