Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/files/storage.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refs #9893 -- Removed shims for lack of max_length ↵Tim Graham2015-09-241-8/+0
| | | | support in file storage per deprecation timeline.
* Fixed #25159 -- Removed brackets from ↵Tim Graham2015-07-271-2/+2
| | | | | | class/function/method signatures in docs. Thanks hellbeast for the initial patch.
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-20/+0
|
* Fixed #9893 -- Allowed using a field's max_length in the ↵Pavel Shpilev2015-01-121-2/+18
| | | | Storage.
* Fixed #23827 -- TZ behavior in Storage API ref docJames Aylett2014-11-151-9/+18
| | | | | | This is derived from the current behaviour of FileSystemStorage. Note that since this was not previously documented, other implementations may not currently conform.
* Fixed versionchanged indentation in docs/.Berker Peksag2014-11-041-9/+10
|
* Fixed spelling mistake in file docs.Tim Graham2014-08-261-1/+1
|
* Fixed #23157 -- Removed O(n) algorithm when uploading ↵Tim Graham2014-08-201-0/+12
| | | | | | duplicate file names. This is a security fix. Disclosure following shortly.
* Removed some tabs in the docs.Tim Graham2014-08-081-3/+3
|
* Fixed #22347 -- Unified FileSystemStorage documentation.Vishal Lal2014-04-021-0/+10
| | | | Thanks nliberg for the report.
* Fix typo in storage docsKevin Wood2014-01-151-1/+1
|
* Fixed #21380 -- Added a way to set different permission ↵Vajrasky Kok2013-11-291-1/+12
| | | | | | | | | for static directories. Previously when collecting static files, the directories would receive permissions from the global umask. Now the default permission comes from FILE_UPLOAD_DIRECTORY_PERMISSIONS and there's an option to specify the permissions by subclassing any of the static files storage classes and setting the directory_permissions_mode parameter.
* Fixed #21219 -- Added a way to set different permission ↵Vajrasky Kok2013-10-241-2/+11
| | | | | | | | | | | for static files. Previously, when collecting static files, the files would receive permission from FILE_UPLOAD_PERMISSIONS. Now, there's an option to give different permission from uploaded files permission by subclassing any of the static files storage classes and setting the file_permissions_mode parameter. Thanks dblack at atlassian.com for the suggestion.
* Fixed typo in file storage docs.Aymeric Augustin2013-01-131-1/+1
| | | | Thanks Jørgen Abrahamsen.
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-031-1/+1
| | | | Added -n to sphinx builds to catch issues going forward.
* Fixed #18934 - Removed versionadded/changed annotations ↵Tim Graham2012-09-211-9/+3
| | | | for Django 1.3
* Fixed #16566 - Typo in docs/ref/files/storage.txt; ↵Timo Graham2011-08-061-1/+1
| | | | | | thanks thejaswi_puthraya. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16580 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14846 -- Corrected a tiny typo in from [14832]. ↵Gabriel Hurley2010-12-071-1/+1
| | | | | | Thanks to elbarto for catching the mistake. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14846 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13605 -- Improved documentation of the ↵Gabriel Hurley2010-12-051-52/+116
| | | | | | django.core.files.storage module. Added documentation for DefaultStorage, get_storage_class, FileSystemStorage, and some missing public methods on Storage. New metadata targets included for everything. Thanks to kopernikus for the report and elbarto for contributing to the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14831 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10497 -- Added a few time-related methods to the ↵Jannis Leidel2010-10-081-0/+27
| | | | | | storage API. Thanks for the report and patch to Stephan Jaekel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14012 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14141: docs now use the :doc: construct for links ↵Jacob Kaplan-Moss2010-08-191-2/+0
| | | | | | | | between documents. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11056 -- Corrected reference to File class in ↵Russell Keith-Magee2009-06-101-2/+2
| | | | | | storage docs. Thanks to wam for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8641: Documented the fact that file-saving ↵James Bennett2008-08-311-0/+4
| | | | | | methods must receive a File instance git-svn-id: http://code.djangoproject.com/svn/django/trunk@8759 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Massive reorganization of the docs. See the new docs ↵Jacob Kaplan-Moss2008-08-241-0/+50
online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37