Tim Graham
|
2d7fb77987
Refs #23832 -- Removed deprecated non-timezone aware Storage API.
|
vor 8 Jahren |
Tim Graham
|
3f16e4df49
Fixed #27145 -- Updated Storage.save() docs for refs #18899.
|
vor 8 Jahren |
Cristiano
|
914c72be2a
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to the Storage.
|
vor 9 Jahren |
James Aylett
|
1ff6e37de4
Fixed #23832 -- Added timezone aware Storage API.
|
vor 9 Jahren |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
vor 9 Jahren |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
vor 9 Jahren |
Tim Graham
|
1bb6ecf6d3
Refs #9893 -- Removed shims for lack of max_length support in file storage per deprecation timeline.
|
vor 9 Jahren |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
vor 9 Jahren |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
vor 10 Jahren |
Pavel Shpilev
|
a7c256cb54
Fixed #9893 -- Allowed using a field's max_length in the Storage.
|
vor 10 Jahren |
James Aylett
|
88e13b44ed
Fixed #23827 -- TZ behavior in Storage API ref doc
|
vor 10 Jahren |
Berker Peksag
|
5c517ec218
Fixed versionchanged indentation in docs/.
|
vor 10 Jahren |
Tim Graham
|
a3e88e64a4
Fixed spelling mistake in file docs.
|
vor 10 Jahren |
Tim Graham
|
0d8d30b7dd
Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
|
vor 10 Jahren |
Tim Graham
|
73ff4498aa
Removed some tabs in the docs.
|
vor 10 Jahren |
Vishal Lal
|
ca93f02c62
Fixed #22347 -- Unified FileSystemStorage documentation.
|
vor 11 Jahren |
Kevin Wood
|
82f466b571
Fix typo in storage docs
|
vor 11 Jahren |
Vajrasky Kok
|
7e2d61a972
Fixed #21380 -- Added a way to set different permission for static directories.
|
vor 11 Jahren |
Vajrasky Kok
|
9eecb91695
Fixed #21219 -- Added a way to set different permission for static files.
|
vor 11 Jahren |
Aymeric Augustin
|
0ca2d1e20a
Fixed typo in file storage docs.
|
vor 12 Jahren |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
vor 12 Jahren |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
vor 12 Jahren |
Timo Graham
|
815a47ff48
Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks thejaswi_puthraya.
|
vor 13 Jahren |
Gabriel Hurley
|
4a1fd44c0f
Fixed #14846 -- Corrected a tiny typo in from [14832]. Thanks to elbarto for catching the mistake.
|
vor 14 Jahren |
Gabriel Hurley
|
0ab50aad36
Fixed #13605 -- Improved documentation of the 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.
|
vor 14 Jahren |
Jannis Leidel
|
58b704d8da
Fixed #10497 -- Added a few time-related methods to the storage API. Thanks for the report and patch to Stephan Jaekel.
|
vor 14 Jahren |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
vor 14 Jahren |
Russell Keith-Magee
|
74131e82eb
Fixed #11056 -- Corrected reference to File class in storage docs. Thanks to wam for the report.
|
vor 16 Jahren |
James Bennett
|
84ef4a9b1d
Fixed #8641: Documented the fact that file-saving methods must receive a File instance
|
vor 16 Jahren |
Jacob Kaplan-Moss
|
97cb07c3a1
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
|
vor 16 Jahren |