index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
files
/
storage.py
Age
Commit message (
Expand
)
Author
2018-10-31
Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to crea...
Tim Graham
2018-10-17
Fixed #29857 -- Added get_storage_class to django.core.files.storage.__all__.
Tim Graham
2018-10-09
Capitalized "Python" in docs and comments.
Jon Dufresne
2018-08-20
Fixed #29689 -- Improved performance of FileSystemStorage.listdir() and FileP...
Federico Bond
2018-06-29
Fixed #28144 -- Added FileSystemStorage.OS_OPEN_FLAGS to allow customization.
Jon Prindiville
2018-06-28
Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz.utc for ...
Tim Graham
2018-03-20
Used datetime.timezone.utc instead of pytz.utc for better performance.
Sergey Fedoseev
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-24
Fixed #27836 -- Allowed FileSystemStorage.delete() to remove directories.
chillaranand
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-17
Refs #23832 -- Removed deprecated non-timezone aware Storage API.
Tim Graham
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-07-29
Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.
Tomas Pazderka
2016-05-31
Fixed #26691 -- Removed checking for a file's existence before deleting.
Jon Dufresne
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-21
Fixed #26495 -- Added name arg to Storage.save()'s File wrapping.
Maxim Novikov
2016-04-03
Fixed #25905 -- Prevented leading slashes in urljoin() calls
rixx
2016-02-23
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-01-07
Fixed #26038 -- Changed FileSystemStorage defaults on setting change.
Simon Charette
2015-09-23
Refs #9893 -- Removed shims for lack of max_length support in file storage pe...
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2014-11-22
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
Carl Meyer
2014-11-22
Fixed #23892 -- Made deconstructible classes forwards compatible
Carl Meyer
2014-11-11
Removed import forgotten in previous commit.
Aymeric Augustin
2014-11-11
Raised SuspiciousFileOperation in safe_join.
Aymeric Augustin
2014-08-20
Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
Tim Graham
2014-06-11
Fixed #22680 -- I/O operation on closed file.
Florian Apolloner
2014-06-04
Fixed #22717 -- Auto-corrected missing ending slash in FileSystemStorage
Claude Paroz
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-06
Fixed #22337: FileSystemStorage marked as deconstructible and tested.
Andrew Godwin
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-01-20
fixed typo on docstring
JoseĢ Moreira
2013-11-29
Fixed #21380 -- Added a way to set different permission for static directories.
Vajrasky Kok
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-24
Fixed #21219 -- Added a way to set different permission for static files.
Vajrasky Kok
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
2013-09-10
Fixed #21057 -- Prevented FileSystemStorage from leaving temporary files.
John Hensley
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-08-12
Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS setting
Mel Collins
2013-06-29
Do not allow FileSystemStorage.delete to receive an empty name
Claude Paroz
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
[next]