django1/django/core/files
Jacob Kaplan-Moss be5350f2d5 Fixed a couple imports in django.core.files.storage. Fixes #8188.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-09 15:16:47 +00:00
..
__init__.py File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features. 2008-08-08 20:59:02 +00:00
base.py File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features. 2008-08-08 20:59:02 +00:00
images.py Don't import PIL until needed so that systems without PIL don't barf. 2008-08-08 21:57:25 +00:00
locks.py Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
move.py Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
storage.py Fixed a couple imports in django.core.files.storage. Fixes #8188. 2008-08-09 15:16:47 +00:00
temp.py Fixed #7658 -- Added some Windows-specific tempfile handling. The standard 2008-07-26 22:48:51 +00:00
uploadedfile.py File storage refactoring, adding far more flexibility to Django's file handling. The new files.txt document has details of the new features. 2008-08-08 20:59:02 +00:00
uploadhandler.py Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00