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
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
José 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
2013-05-17
Fixed #20427 -- Moved a variable initialization in storage.py
Claude Paroz
2013-02-23
#18899 FileSystemStorage.save should support any file-like objects
Marcin Biernat
2013-02-04
Fixed #17061 -- Factored out importing object from a dotted path
Claude Paroz
2012-09-17
Fixed #18947 -- Don't make uploaded files executeable by default.
Florian Apolloner
2012-08-29
Made FileSystemStorage accept both text and byte streams
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-07-22
[py3] Updated urllib/urllib2/urlparse imports.
Aymeric Augustin
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2011-09-21
Fixed #16703 -- Raise an exception if the storage location of the DefaultStor...
Jannis Leidel
2011-09-13
Fixed #16833 -- Removed undocumented `mixin` parameter from the `Storage.open...
Jannis Leidel
2011-05-28
Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend...
Jannis Leidel
2011-05-26
Fixed #16082 -- Fixed race condition in the FileSystemStorage backend with re...
Jannis Leidel
2011-02-04
Fixed #15181 -- Ensure that special characters are escaped when querying for ...
Russell Keith-Magee
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-10-08
Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f...
Jannis Leidel
2010-03-02
Fixed #11030: Reverted a change that assumed the file system encoding was utf...
Karen Tracey
2010-02-23
Fixed #10258: handle duplicate file names better.
Jacob Kaplan-Moss
2009-10-19
Fixed non-standard introspection support in LazyObject.
Luke Plant
2009-05-08
Fixed #9610 -- Fixed duplicate uploaded file name mangling when directory con...
Gary Wilson Jr
2009-05-07
Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Hon...
Jacob Kaplan-Moss
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-02
Removed some import-time dependencies on Django's settings.
Malcolm Tredinnick
2008-08-27
Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...
Jacob Kaplan-Moss
2008-08-27
Fixed #8455: a lack of permissions in `MEDIA_ROOT` no longer causes an infini...
Jacob Kaplan-Moss
2008-08-11
Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...
Jacob Kaplan-Moss
2008-08-10
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:
Gary Wilson Jr
2008-08-09
Fixed a couple imports in django.core.files.storage. Fixes #8188.
Jacob Kaplan-Moss
2008-08-08
File storage refactoring, adding far more flexibility to Django's file handli...
Jacob Kaplan-Moss
[prev]