django/tests/regressiontests/test_client_regress
Jacob Kaplan-Moss d725cc9734 Fixed #2070: refactored Django's file upload capabilities.
A description of the new features can be found in the new [http://www.djangoproject.com/documentation/upload_handing/ upload handling documentation]; the executive summary is that Django will now happily handle uploads of large files without issues.

This changes the representation of uploaded files from dictionaries to bona fide objects; see BackwardsIncompatibleChanges for details.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-01 15:10:51 +00:00
..
fixtures Fixed #5836 -- Corrected the logic in the Test Client when an exception raised by a view is caught and re-raised. Thanks for the report, test case, and fix, Chris Wagner. 2008-06-07 06:25:59 +00:00
__init__.py
models.py Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
urls.py Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00
views.py Fixed #2070: refactored Django's file upload capabilities. 2008-07-01 15:10:51 +00:00