summaryrefslogtreecommitdiff
path: root/django/core/files/storage.py
AgeCommit message (Expand)Author
2011-02-04Fixed #15181 -- Ensure that special characters are escaped when querying for ...Russell Keith-Magee
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-08Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f...Jannis Leidel
2010-03-02Fixed #11030: Reverted a change that assumed the file system encoding was utf...Karen Tracey
2010-02-23Fixed #10258: handle duplicate file names better.Jacob Kaplan-Moss
2009-10-19Fixed non-standard introspection support in LazyObject.Luke Plant
2009-05-08Fixed #9610 -- Fixed duplicate uploaded file name mangling when directory con...Gary Wilson Jr
2009-05-07Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Hon...Jacob Kaplan-Moss
2009-03-18Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...Jacob Kaplan-Moss
2009-03-02Removed some import-time dependencies on Django's settings.Malcolm Tredinnick
2008-08-27Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...Jacob Kaplan-Moss
2008-08-27Fixed #8455: a lack of permissions in `MEDIA_ROOT` no longer causes an infini...Jacob Kaplan-Moss
2008-08-11Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh...Jacob Kaplan-Moss
2008-08-10Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features:Gary Wilson Jr
2008-08-09Fixed a couple imports in django.core.files.storage. Fixes #8188.Jacob Kaplan-Moss
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss