Commit History

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