django/tests/file_uploads
Jason Hobbs e1424b2370 Fixed #23397 -- Stripped whitespace from base64 during chunking
This insures the actual base64 content has a length a multiple of 4.
Also added a test case for the failure.
2014-09-13 19:06:21 +02:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py Fixed #23397 -- Stripped whitespace from base64 during chunking 2014-09-13 19:06:21 +02:00
uploadhandler.py PEP8 cleanup 2013-11-02 23:50:49 -05:00
urls.py Fixed #22680 -- I/O operation on closed file. 2014-06-11 08:57:30 +02:00
views.py Fixed #22680 -- I/O operation on closed file. 2014-06-11 08:57:30 +02:00