Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Adam Johnson 4eca0ea042 [5.0.x] Refs #31710 -- Improved multiple file upload docs. 10 mēneši atpakaļ
  Mariusz Felisiak 0379e7532f [5.0.x] Applied Black's 2024 stable style. 1 gadu atpakaļ
  Mariusz Felisiak fb4c55d9ec Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 1 gadu atpakaļ
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 gadi atpakaļ
  Mariusz Felisiak ac90529cc5 Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2 gadi atpakaļ
  Joshua Massover c9d6e3595c Fixed #32243 -- Added docs examples for manually saving Files. 3 gadi atpakaļ
  sreehari1997 e2f778d579 Fixed #33172 -- Added example of modifying upload handlers on the fly for CBVs. 3 gadi atpakaļ
  Jack Aitken 5fd4f22d19 Fixed #32271 -- Improved consistency of docs CBV examples. 4 gadi atpakaļ
  János Roden 9e4b1ad33e Fixed #32004 -- Clarified docs for when request.FILES is set. 4 gadi atpakaļ
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 gadi atpakaļ
  Curtis Maloney c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. 6 gadi atpakaļ
  Tim Graham 99157064a0 Fixed location of a few doc labels. 6 gadi atpakaļ
  Berker Peksag 8f50ff5b15 Fixed #21588 -- Corrected handler initialization in "modifying upload handlers" example. 8 gadi atpakaļ
  Berker Peksag b9c04801d4 Used snippet directive in file upload example. 8 gadi atpakaļ
  Berker Peksag 54febdb8be Fixed #26604 -- Added a multiple file upload example to topics/http/file-uploads.txt. 8 gadi atpakaļ
  Tim Graham 4d83b0163e Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 9 gadi atpakaļ
  darkryder 9ec8aa5e5d Fixed #24149 -- Normalized tuple settings to lists. 10 gadi atpakaļ
  Tim Graham c7fa27d702 Fixed #23344 -- Removed duplicate docs for file upload settings. 10 gadi atpakaļ
  areski 9d6551204e Removed unnecessary code-block directives. 10 gadi atpakaļ
  areski e4dd8b5dde Fixed #23169 - Misc docs fixes. 10 gadi atpakaļ
  David Hoffman e1c85167a3 Fixed #23097 -- Switched to new octal format in docs 10 gadi atpakaļ
  Anubhav Joshi c8c2b8a638 Fixed #9535 -- Added a reference guide for file upload classes. 11 gadi atpakaļ
  Rik 355572ac56 Fixed #12670 -- Added a note about permissions of files stored in FILE_UPLOAD_TEMP_DIR. 11 gadi atpakaļ
  Baptiste Mispelon 79e1d6ebd7 Don't show `self` in the list of arguments of a method. 11 gadi atpakaļ
  Tim Graham df6760f12c Added a warning regarding risks in serving user uploaded media. 11 gadi atpakaļ
  Mel Collins 6bdb3b1135 Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting 11 gadi atpakaļ
  Benjamin Kagia b0953dc913 Fixed #13721 -- Added UploadedFile.content_type_extra. 12 gadi atpakaļ
  Simon Meers 6466a0837b Corrected minor typos in FileUploadHandler.receive_data_chunk docs. 11 gadi atpakaļ
  Silvan Spross cd72c55d86 Add missing imports and models to the examples in the view layer documentation 11 gadi atpakaļ
  Vinod Kurup 5362134090 Fixed code examples in which render() calls were missing `request` parameter. 12 gadi atpakaļ