|
|
|
@8720
|
[8720]
|
08/29/08 15:00:55 |
jacob |
Fixed #8673: fixed a missing import in django.core.files.move. |
|
|
|
@8675
|
[8675]
|
08/28/08 14:28:45 |
mtredinnick |
Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On … |
|
|
|
@8640
|
[8640]
|
08/27/08 17:21:14 |
jacob |
Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the … |
|
|
|
@8639
|
[8639]
|
08/27/08 16:44:14 |
jacob |
Fixed #8455: a lack of permissions in MEDIA_ROOT no longer causes an … |
|
|
|
@8636
|
[8636]
|
08/27/08 15:53:02 |
jacob |
FIxed #8156: UploadedFile.__repr__ now returns a string, a good … |
|
|
|
@8634
|
[8634]
|
08/27/08 15:29:45 |
jacob |
Fixed #7769: Added a couple missing file methods to … |
|
|
|
@8493
|
[8493]
|
08/23/08 12:56:02 |
mtredinnick |
Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of … |
|
|
|
@8306
|
[8306]
|
08/11/08 11:51:18 |
jacob |
Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, … |
|
|
|
@8291
|
[8291]
|
08/10/08 16:10:47 |
gwilson |
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms … |
|
|
|
@8262
|
[8262]
|
08/09/08 10:16:47 |
jacob |
Fixed a couple imports in django.core.files.storage. Fixes #8188. |
|
|
|
@8249
|
[8249]
|
08/08/08 16:57:25 |
jacob |
Don't import PIL until needed so that systems without PIL don't barf. |
|
|
|
@8244
|
[8244]
|
08/08/08 15:59:02 |
jacob |
File storage refactoring, adding far more flexibility to Django's file … |
|
|
|
@8217
|
[8217]
|
08/05/08 12:43:05 |
jacob |
Fixed #7683: Try not to delete uploaded files before moving them, and … |
|
|
|
@8096
|
[8096]
|
07/26/08 17:48:51 |
mtredinnick |
Fixed #7658 -- Added some Windows-specific tempfile handling. The … |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@7982
|
[7982]
|
07/19/08 10:05:00 |
russellm |
Added svn:ignore properties to some recently added directories. |
|
|
|
@7908
|
[7908]
|
07/12/08 15:43:52 |
jacob |
Fixed #7675: corrected TemporaryUploadedFile?.temporary_file_path. Thanks, … |
|
|
|
@7861
|
[7861]
|
07/07/08 18:36:45 |
jacob |
Fixed deprecated UploadedFile?.data attribute. Refs #7614. |
|
|
|
@7860
|
[7860]
|
07/07/08 18:36:35 |
jacob |
Added a missing deprecated property (UploadedFile?.filename) from [7859]. … |
|
|
|
@7859
|
[7859]
|
07/07/08 18:16:00 |
jacob |
Fixed #7614: the quickening has come, and there now is only one … |
|
|
|
@7829
|
[7829]
|
07/03/08 01:04:17 |
gwilson |
Corrected typo in uploadedfile module. |
|
|
|
@7818
|
[7818]
|
07/01/08 13:49:01 |
jacob |
Oops, missed a changed file in [7817]. |
|
|
|
@7817
|
[7817]
|
07/01/08 13:47:46 |
jacob |
Fixed #7590: made UploadedFile? subclasses' init methods sane. |
|
|
|
@7814
|
[7814]
|
07/01/08 10:10:51 |
jacob |
Fixed #2070: refactored Django's file upload capabilities.
A description … |