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