django1/django/core/files
Jacob Kaplan-Moss c83e9abb34 Added a missing deprecated property (UploadedFile.filename) from [7859]. Refs #7614.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7860 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-07 23:36:35 +00:00
..
__init__.py Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +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
uploadedfile.py Added a missing deprecated property (UploadedFile.filename) from [7859]. Refs #7614. 2008-07-07 23:36:35 +00:00
uploadhandler.py Fixed #7614: the quickening has come, and there now is only one UploadedFile. On top of that, UploadedFile's interface has been improved: 2008-07-07 23:16:00 +00:00