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
/
docs
/
howto
/
custom-file-storage.txt
Age
Commit message (
Expand
)
Author
2026-02-16
Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs.
$ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2024-03-07
Fixed typos in docstrings and docs.
cuinix
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-09-16
Fixed typo in docs/howto/custom-file-storage.txt.
therealrinku
2023-08-04
Fixed #15799 -- Doc'd that Storage._open() should raise FileNotFoundError whe...
anthony kugel
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-01-12
Fixed #26029 -- Allowed configuring custom file storage backends.
Jarosław Wygoda
2021-07-13
Refs #32880 -- Made some titles consistent in how-to documents.
Daniele Procida
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-03-06
Added missing backticks in various docs.
Mariusz Felisiak
2019-08-31
Refs #30736 -- Added missing versionadded annotations for Storage.get_alterna...
Mariusz Felisiak
2019-08-30
Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.
yukihira1992
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
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-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2014-11-03
Fixed #23376 -- Made documentation about required Storage methods
James Brewer
2014-08-26
Fixed spelling mistake in file docs.
Tim Graham
2014-08-20
Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
Tim Graham
2014-05-06
Improve docs around deconstruction/serialisation (refs #22337)
Andrew Godwin
2012-11-17
Fix typo in file storage docs.
Aymeric Augustin
2012-11-17
Fixed #19310 -- changed method docs formatting for custom file storage docs
Preston Holmes
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-03-21
Tweaked title level in custom file storage systems documentation.
Ramiro Morales
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-02-23
Fixed #10258: handle duplicate file names better.
Jacob Kaplan-Moss
2009-04-03
Fixed a whole bunch of small docs typos, errors, and ommissions.
Jacob Kaplan-Moss
2008-09-10
Fixed #9010 -- Fixed typo in custom-file-storage.txt. Thanks, rduffield
Adrian Holovaty
2008-09-03
Fixed #8848: clarified custom file storage backend docs in light of the more ...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss