summaryrefslogtreecommitdiff
path: root/tests/file_storage/models.py
AgeCommit message (Expand)Author
2015-09-23Refs #9893 -- Removed shims for lack of max_length support in file storage pe...Tim Graham
2015-05-12Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callableAbhaya Agarwal
2015-02-23Guaranteed removal of temporary files during tests.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-12Fixed #9893 -- Allowed using a field's max_length in the Storage.Pavel Shpilev
2014-09-24Removed numbering from the models.py header of some test packages.Loic Bistuer
2014-06-23Created import-time test temp dirs in known locationClaude Paroz
2013-11-02PEP8 cleanupJason Myers
2013-10-27Rearranged some file-related testsClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner