django/tests/file_storage
2024-08-28 11:46:23 -03:00
..
__init__.py
models.py [5.1.x] Fixed #35657 -- Made FileField handle db_default values. 2024-08-05 16:37:26 -03:00
test_base.py [5.1.x] Fixed CVE-2024-39330 -- Added extra file name validation in Storage's save method. 2024-07-09 09:42:45 -03:00
test_generate_filename.py [5.1.x] Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour independent from allow_overwrite. 2024-07-24 14:58:57 +02:00
test_inmemory_storage.py Fixed some typos in comments, docstrings, and tests. 2023-03-20 08:07:23 +01:00
tests.py [5.1.x] Refs #35326 -- Adjusted deprecation warning stacklevel in FileSystemStorage.OS_OPEN_FLAGS. 2024-08-28 11:46:23 -03:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00