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
/
file_storage
/
models.py
Age
Commit message (
Expand
)
Author
2025-10-15
Fixed 36622 -- Prevented LazyObject FileField storages from evaluating at boo...
Clifford Gama
2025-01-03
Fixed #35740 -- Fixed FileFieldStorageTests.test_extended_length_storage when...
YashRaj1506
2024-08-05
Fixed #35657 -- Made FileField handle db_default values.
Sarah Boyce
2023-01-23
Fixed #34192 -- Preserved callable storage when it returns default_storage.
Matt Westcott
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-04-08
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
miigotu
2019-08-18
Refs #28428 -- Made FileField.upload_to support pathlib.Path.
Claude Paroz
2019-08-18
Refs #28428 -- Added test for a callable FileField.upload_to that returns pat...
Claude Paroz
2015-09-23
Refs #9893 -- Removed shims for lack of max_length support in file storage pe...
Tim Graham
2015-05-12
Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callable
Abhaya Agarwal
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-06-23
Created import-time test temp dirs in known location
Claude Paroz
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-27
Rearranged some file-related tests
Claude Paroz
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner