<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/ref/files/storage.txt, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-10-30T21:21:28Z</updated>
<entry>
<title>Added community package storage backends mention to docs.</title>
<updated>2025-10-30T21:21:28Z</updated>
<author>
<name>Tim Schilling</name>
<email>schillingt@better-simple.com</email>
</author>
<published>2025-10-27T15:01:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=340e4f832e1ea74a27770e38635bbc781979f2e0'/>
<id>urn:sha1:340e4f832e1ea74a27770e38635bbc781979f2e0</id>
<content type='text'>
Co-authored-by: Jacob Walls &lt;jacobtylerwalls@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.</title>
<updated>2025-08-25T13:51:10Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-05-27T16:37:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6f8e23d1c10c7ce32cea82b65ad2af640015f147'/>
<id>urn:sha1:6f8e23d1c10c7ce32cea82b65ad2af640015f147</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 5.1.</title>
<updated>2025-01-15T21:28:37Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-12-12T15:17:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=810edfd7428e12bd640573112c6c1a024ac33da2'/>
<id>urn:sha1:810edfd7428e12bd640573112c6c1a024ac33da2</id>
<content type='text'>
This also removes remaining versionadded/changed annotations for older
versions.
</content>
</entry>
<entry>
<title>Refs #26029 -- Extended docs for the StorageHandler default instance.</title>
<updated>2024-10-24T14:57:04Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2024-10-24T14:57:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6dcab75d5d8c2ef18de15323930057e6fa9ec00f'/>
<id>urn:sha1:6dcab75d5d8c2ef18de15323930057e6fa9ec00f</id>
<content type='text'>
Third-party packages that provide storages need to rely on the
StorageHandler API in order to allow users to use the `storages` module
instance to override defaults. Minimally documenting these methods
allows package authors to rely on them.

Co-authored-by: Sarah Boyce &lt;42296566+sarahboyce@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour independent from allow_overwrite.</title>
<updated>2024-07-24T12:55:10Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-07-16T08:41:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8d6a20b656ff3fa18e36954668a44a831c2f6ddd'/>
<id>urn:sha1:8d6a20b656ff3fa18e36954668a44a831c2f6ddd</id>
<content type='text'>
Partially reverts 0b33a3abc2ca7d68a24f6d0772bc2b9fa603744e.

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.
</content>
</entry>
<entry>
<title>Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage.</title>
<updated>2024-05-21T05:28:12Z</updated>
<author>
<name>Ben Cail</name>
<email>bcail@crossway.org</email>
</author>
<published>2024-03-26T15:25:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0b33a3abc2ca7d68a24f6d0772bc2b9fa603744e'/>
<id>urn:sha1:0b33a3abc2ca7d68a24f6d0772bc2b9fa603744e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved FileSystemStorage note in docs to the correct place.</title>
<updated>2024-05-16T09:17:57Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-05-16T07:45:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4f6e6c0888d2032af17d9216daa15f8e2272840'/>
<id>urn:sha1:d4f6e6c0888d2032af17d9216daa15f8e2272840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.</title>
<updated>2023-09-18T20:12:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-09-15T03:58:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f72f420f17c1bf6aea4022ecdb9b5f53a46597cc'/>
<id>urn:sha1:f72f420f17c1bf6aea4022ecdb9b5f53a46597cc</id>
<content type='text'>
This also removes django.core.files.storage.get_storage_class().

Per deprecation timeline.
</content>
</entry>
<entry>
<title>Removed versionadded/changed annotations for 4.2.</title>
<updated>2023-09-18T20:12:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-09-11T07:57:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=295467c04ab4c26a1a9d3798b1e941003fa116cf'/>
<id>urn:sha1:295467c04ab4c26a1a9d3798b1e941003fa116cf</id>
<content type='text'>
This also removes remaining versionadded/changed annotations for older
versions.
</content>
</entry>
<entry>
<title>Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.</title>
<updated>2023-01-12T08:58:36Z</updated>
<author>
<name>Jarosław Wygoda</name>
<email>jaroslaw@wygoda.me</email>
</author>
<published>2022-09-11T15:33:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=32940d390a00a30a6409282d314d617667892841'/>
<id>urn:sha1:32940d390a00a30a6409282d314d617667892841</id>
<content type='text'>
</content>
</entry>
</feed>
