summaryrefslogtreecommitdiff
path: root/tests/file_uploads
AgeCommit message (Expand)Author
2014-06-23[1.7.x] Created import-time test temp dirs in known locationClaude Paroz
2014-06-11[1.7.x] Fixed #22680 -- I/O operation on closed file.Florian Apolloner
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-11-02PEP8 cleanupJason Myers
2013-11-02Fixed all E261 warningscoagulant
2013-11-02Fixed flake8 E241Boryslav Larin
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-10Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch...homm
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner