django/docs/ref/files
Sarah Boyce 8d6a20b656 Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour independent from allow_overwrite.
Partially reverts 0b33a3abc2.

Storage.exists(name) was documented to "return False if
the name is available for a new file." but return True if
the file exists. This is ambiguous in the overwrite file
case. It will now always return whether the file exists.

Thank you to Natalia Bidart and Josh Schneier for the
review.
2024-07-24 14:55:10 +02:00
..
file.txt Removed versionadded/changed annotations for 5.0. 2024-05-22 15:44:07 -03:00
index.txt Fixed #9535 -- Added a reference guide for file upload classes. 2014-04-08 09:52:07 -04:00
storage.txt Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour independent from allow_overwrite. 2024-07-24 14:55:10 +02:00
uploads.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00