1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #23911 -- Added support for buffer file uploads in the test client

This commit is contained in:
Thomas Tanner
2014-11-29 17:41:06 +01:00
committed by Tim Graham
parent dc2d75f4d4
commit 018d110ef5
5 changed files with 47 additions and 4 deletions

View File

@@ -511,6 +511,8 @@ Tests
:meth:`TestCase.setUpTestData() <django.test.TestCase.setUpTestData>`. Using
this technique can speed up the tests as compared to using ``setUp()``.
* Added test client support for file uploads with file-like objects.
Validators
^^^^^^^^^^