1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00
django/django/core/files
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