summaryrefslogtreecommitdiff
path: root/tests/file_storage/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.miigotu2020-04-081-0/+12
* Refs #28428 -- Made FileField.upload_to support pathlib.Path.Claude Paroz2019-08-181-0/+1
* Refs #28428 -- Added test for a callable FileField.upload_to that returns pat...Claude Paroz2019-08-181-0/+5
* Refs #9893 -- Removed shims for lack of max_length support in file storage pe...Tim Graham2015-09-231-17/+0
* Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callableAbhaya Agarwal2015-05-121-0/+10
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-2/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #9893 -- Allowed using a field's max_length in the Storage.Pavel Shpilev2015-01-121-0/+19
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Created import-time test temp dirs in known locationClaude Paroz2014-06-231-1/+2
* PEP8 cleanupJason Myers2013-11-021-0/+1
* Rearranged some file-related testsClaude Paroz2013-10-271-0/+31
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+0