summaryrefslogtreecommitdiff
path: root/django/core/files/storage.py
AgeCommit message (Expand)Author
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