summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_filefield.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-36/+46
* Fixed #32718 -- Relaxed file name validation in FileField.Mariusz Felisiak2021-05-131-0/+10
* Fixed #31812 -- Fixed FileField.model for fields defined in abstract models.Matthias Kestenholz2020-07-241-1/+20
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-1/+1
* Used temporary directory in FileFieldTests.test_pickle().Mariusz Felisiak2020-01-311-28/+41
* Added file cleanup in FileFieldTests.test_pickle().fix/remove-stray-fileCarlton Gibson2020-01-091-16/+24
* Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...Hasan Ramezani2020-01-091-0/+4
* Refs #21238 -- Added more tests for pickling FileField and ImageField.Hasan Ramezani2020-01-091-1/+20
* Refs #29983 -- Added support for using pathlib.Path in all settings.Jon Dufresne2019-11-071-0/+9
* Harmonized Windows checks in tests to a single style.Jon Dufresne2019-11-061-1/+1
* Refs #27777 -- Improved docs/added test for File context manager change.Ingo Klöcker2017-05-311-0/+11
* Fixed #27188 -- Allowed using unique=True with FileField.Michael Scott2016-10-281-0/+10
* Fixed #27334 -- Allowed FileField to move rather than copy a file.Adam Chidlow2016-10-261-1/+20
* Fixed #26900 -- Fixed crash accessing deferred FileFields.Tim Graham2016-07-161-0/+4
* Split model_fields tests into different files.Tim Graham2016-03-231-0/+52