Carlton Gibson
|
6dcab75d5d
Refs #26029 -- Extended docs for the StorageHandler default instance.
|
il y a 1 mois |
Sarah Boyce
|
8d6a20b656
Fixed #35604, Refs #35326 -- Made FileSystemStorage.exists() behaviour independent from allow_overwrite.
|
il y a 4 mois |
Ben Cail
|
0b33a3abc2
Fixed #35326 -- Added allow_overwrite parameter to FileSystemStorage.
|
il y a 8 mois |
Sarah Boyce
|
d4f6e6c088
Moved FileSystemStorage note in docs to the correct place.
|
il y a 6 mois |
Mariusz Felisiak
|
f72f420f17
Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
|
il y a 1 an |
Mariusz Felisiak
|
295467c04a
Removed versionadded/changed annotations for 4.2.
|
il y a 1 an |
Jarosław Wygoda
|
32940d390a
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
|
il y a 2 ans |
Jarosław Wygoda
|
1ec3f0961f
Fixed #26029 -- Allowed configuring custom file storage backends.
|
il y a 1 an |
Francesco Panico
|
72efd840a8
Fixed #34110 -- Added in-memory file storage.
|
il y a 2 ans |
Jarosław Wygoda
|
9e7cb27a5b
Refs #26029 -- Doc'd django.core.files.storage.default_storage.
|
il y a 2 ans |
Mariusz Felisiak
|
b7dd89ed53
Removed versionadded/changed annotations for 3.1.
|
il y a 3 ans |
joshuapatel
|
1190af5071
Fixed typo in docs/ref/files/storage.txt.
|
il y a 3 ans |
Mariusz Felisiak
|
4c5236ef93
Removed versionadded/changed annotations for 3.0.
|
il y a 4 ans |
Hasan Ramezani
|
17752003a8
Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
|
il y a 5 ans |
Mariusz Felisiak
|
6201141b2c
Refs #30736 -- Added missing versionadded annotations for Storage.get_alternative_name().
|
il y a 5 ans |
yukihira1992
|
0545781764
Fixed #30736 -- Added Storage.get_alternative_name() to allow customization.
|
il y a 5 ans |
Ingo Klöcker
|
f3ac398dd5
Fixed #27644 -- Doc'd FileSystemStorage.get_created_time().
|
il y a 7 ans |
Tim Graham
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
il y a 8 ans |
Tim Graham
|
2d7fb77987
Refs #23832 -- Removed deprecated non-timezone aware Storage API.
|
il y a 8 ans |
Tim Graham
|
3f16e4df49
Fixed #27145 -- Updated Storage.save() docs for refs #18899.
|
il y a 8 ans |
Cristiano
|
914c72be2a
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to the Storage.
|
il y a 8 ans |
James Aylett
|
1ff6e37de4
Fixed #23832 -- Added timezone aware Storage API.
|
il y a 8 ans |
rowanv
|
a6ef025dfb
Fixed #26124 -- Added missing code formatting to docs headers.
|
il y a 8 ans |
Elif T. Kus
|
bca9faae95
Fixed #26020 -- Normalized header stylings in docs.
|
il y a 9 ans |
Tim Graham
|
1bb6ecf6d3
Refs #9893 -- Removed shims for lack of max_length support in file storage per deprecation timeline.
|
il y a 9 ans |
Tim Graham
|
87d55081ea
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
|
il y a 9 ans |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
il y a 9 ans |
Pavel Shpilev
|
a7c256cb54
Fixed #9893 -- Allowed using a field's max_length in the Storage.
|
il y a 10 ans |
James Aylett
|
88e13b44ed
Fixed #23827 -- TZ behavior in Storage API ref doc
|
il y a 10 ans |
Berker Peksag
|
5c517ec218
Fixed versionchanged indentation in docs/.
|
il y a 10 ans |