Commit History

Author SHA1 Message Date
  Berker Peksag 54febdb8be Fixed #26604 -- Added a multiple file upload example to topics/http/file-uploads.txt. 9 years ago
  Tim Graham 4d83b0163e Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 9 years ago
  darkryder 9ec8aa5e5d Fixed #24149 -- Normalized tuple settings to lists. 10 years ago
  Tim Graham c7fa27d702 Fixed #23344 -- Removed duplicate docs for file upload settings. 10 years ago
  areski 9d6551204e Removed unnecessary code-block directives. 10 years ago
  areski e4dd8b5dde Fixed #23169 - Misc docs fixes. 10 years ago
  David Hoffman e1c85167a3 Fixed #23097 -- Switched to new octal format in docs 10 years ago
  Anubhav Joshi c8c2b8a638 Fixed #9535 -- Added a reference guide for file upload classes. 11 years ago
  Rik 355572ac56 Fixed #12670 -- Added a note about permissions of files stored in FILE_UPLOAD_TEMP_DIR. 11 years ago
  Baptiste Mispelon 79e1d6ebd7 Don't show `self` in the list of arguments of a method. 11 years ago
  Tim Graham df6760f12c Added a warning regarding risks in serving user uploaded media. 11 years ago
  Mel Collins 6bdb3b1135 Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting 12 years ago
  Benjamin Kagia b0953dc913 Fixed #13721 -- Added UploadedFile.content_type_extra. 12 years ago
  Simon Meers 6466a0837b Corrected minor typos in FileUploadHandler.receive_data_chunk docs. 11 years ago
  Silvan Spross cd72c55d86 Add missing imports and models to the examples in the view layer documentation 12 years ago
  Vinod Kurup 5362134090 Fixed code examples in which render() calls were missing `request` parameter. 12 years ago
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 years ago
  Tim Graham c6088bc91d Fixed #18840 - Added a mentioned of the upload_to parameter to the ModelForm example in file uploads. 12 years ago
  Tim Graham eff6ba2f64 Fixed #17016 - Added examples for file uploads in views. 12 years ago
  Claude Paroz 865cd35c9b Made more extensive usage of context managers with open. 13 years ago
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 years ago
  Jacob Kaplan-Moss 0b174ccf0e Fixed #16384: warn against accessing request.POST/REQUEST in middleware. 13 years ago
  Ramiro Morales 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 years ago
  Timo Graham e3c89346d2 Fixed #16430 - Stronger wording for CSRF protection in `modifying upload handlers on the fly`; thanks tomchristie. 13 years ago
  Jannis Leidel 49f57a5d28 Fixed #15992 -- Added more references to settings. Thanks, aaugustin. 14 years ago
  Gabriel Hurley 319de16ff0 Fixed #15233 -- reST/Sphinx markup corrections in numerous areas, mostly centering around bad crossref targets. Thanks to Aryeh Leib Taurog for the draft patch. 14 years ago
  Timo Graham 2ea93f9327 Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1 14 years ago
  Gabriel Hurley a56e47400f Fixed #14727 -- Corrected three minor issues in the docs. Thanks to OldTroll for the report and the patch. 14 years ago
  Luke Plant 89ea98ca56 Fixed #14182 - documented how to modify upload handlers when using CsrfViewMiddleware 14 years ago
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. 14 years ago