This website requires JavaScript.
Explore
Help
Sign In
source
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2026-02-09 02:49:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
899eee3883bfdfeb4ea3ac7f6b3b4588b728e6dc
django
/
tests
/
file_storage
History
Jacob Walls
a08f1693f3
Closed temporary files in OverwritingStorageTests.test_save_overwrite_behavior_temp_file().
2025-11-26 07:47:26 -05:00
..
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
models.py
Fixed 36622 -- Prevented LazyObject FileField storages from evaluating at boot time.
2025-10-15 18:25:08 -03:00
test_base.py
Fixed CVE-2024-39330 -- Added extra file name validation in Storage's save method.
2024-07-09 09:21:19 -03:00
test_generate_filename.py
Fixed
#35604
, Refs
#35326
-- Made FileSystemStorage.exists() behaviour independent from allow_overwrite.
2024-07-24 14:55:10 +02:00
test_inmemory_storage.py
Fixed some typos in comments, docstrings, and tests.
2023-03-20 08:07:23 +01:00
tests.py
Closed temporary files in OverwritingStorageTests.test_save_overwrite_behavior_temp_file().
2025-11-26 07:47:26 -05:00
urls.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00