Django

Code

root/django/trunk/django/core/files

Name Size Rev Age Last Change
../
__init__.py 40 bytes 8244 5 months jacob: File storage refactoring, adding far more flexibility to Django's file …
base.py 4.5 kB 8244 5 months jacob: File storage refactoring, adding far more flexibility to Django's file …
images.py 1.1 kB 8249 5 months jacob: Don't import PIL until needed so that systems without PIL don't barf.
locks.py 1.7 kB 8675 4 months mtredinnick: Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On …
move.py 2.9 kB 8720 4 months jacob: Fixed #8673: fixed a missing import in django.core.files.move.
storage.py 8.3 kB 8640 4 months jacob: Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the …
temp.py 2.1 kB 8493 5 months mtredinnick: Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of …
uploadedfile.py 5.2 kB 8636 4 months jacob: FIxed #8156: UploadedFile.__repr__ now returns a string, a good …
uploadhandler.py 6.8 kB 8046 6 months adrian: Fixed #7847 -- Removed a whole bunch of unused imports from throughout the …
Note: See TracBrowser for help on using the browser.