django/django/core/files
Jacob Kaplan-Moss ae953a8c4e Fixed #8673: fixed a missing import in `django.core.files.move`.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-29 20:00:55 +00:00
..
__init__.py
base.py
images.py
locks.py Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On some 2008-08-28 19:28:45 +00:00
move.py Fixed #8673: fixed a missing import in `django.core.files.move`. 2008-08-29 20:00:55 +00:00
storage.py Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoin of files uploaded by the built-in file storage system. Thanks, dcwatson. 2008-08-27 22:21:14 +00:00
temp.py
uploadedfile.py FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` should. 2008-08-27 20:53:02 +00:00
uploadhandler.py