1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/tests/regressiontests/file_uploads
2008-07-12 20:43:03 +00:00
..
__init__.py
models.py
tests.py Fixed #7613: fixed file_upload tests when LANG=C. Thanks, eddymul. 2008-07-12 20:43:03 +00:00
uploadhandler.py
urls.py Fixed #7651: uploading multiple files with the same name now work. Also, in order to test the problem the test client now handles uploading multiple files at once. Patch from Mike Axiak. 2008-07-07 22:06:32 +00:00
views.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