index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
model_fields
/
test_filefield.py
Age
Commit message (
Expand
)
Author
2026-01-29
Fixed #36847 -- Ensured auto_now_add fields are set on pre_save().
Nilesh Kumar Pahari
2025-01-20
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
Mariusz Felisiak
2024-05-15
Fixed #35384 -- Raised FieldError when saving a file without a name to FileFi...
Jonny Park
2022-12-30
Refs #34100 -- Made file upload tests use Storage.exists() where appropriate.
Francesco Panico
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-05-13
Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2020-07-24
Fixed #31812 -- Fixed FileField.model for fields defined in abstract models.
Matthias Kestenholz
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-31
Used temporary directory in FileFieldTests.test_pickle().
Mariusz Felisiak
2020-01-09
Added file cleanup in FileFieldTests.test_pickle().
Carlton Gibson
2020-01-09
Fixed #21238 -- Fixed restoring attributes when pickling FileField and ImageF...
Hasan Ramezani
2020-01-09
Refs #21238 -- Added more tests for pickling FileField and ImageField.
Hasan Ramezani
2019-11-07
Refs #29983 -- Added support for using pathlib.Path in all settings.
Jon Dufresne
2019-11-06
Harmonized Windows checks in tests to a single style.
Jon Dufresne
2017-05-31
Refs #27777 -- Improved docs/added test for File context manager change.
Ingo Klöcker
2016-10-28
Fixed #27188 -- Allowed using unique=True with FileField.
Michael Scott
2016-10-26
Fixed #27334 -- Allowed FileField to move rather than copy a file.
Adam Chidlow
2016-07-16
Fixed #26900 -- Fixed crash accessing deferred FileFields.
Tim Graham
2016-03-23
Split model_fields tests into different files.
Tim Graham