summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_filefield.py
AgeCommit message (Expand)Author
2021-05-14[2.2.x] Refs #32718 -- Fixed file_storage.test_generate_filename and model_fi...Mariusz Felisiak
2021-05-13[2.2.x] Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak
2017-05-31Refs #27777 -- Improved docs/added test for File context manager change.Ingo Klöcker
2016-10-28Fixed #27188 -- Allowed using unique=True with FileField.Michael Scott
2016-10-26Fixed #27334 -- Allowed FileField to move rather than copy a file.Adam Chidlow
2016-07-16Fixed #26900 -- Fixed crash accessing deferred FileFields.Tim Graham
2016-03-23Split model_fields tests into different files.Tim Graham