Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/file_uploads/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some unclosed objects in testsAndriy Sokolovskiy2015-07-061-1/+5
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Fixed #23968 -- Replaced list comprehension with ↵Jon Dufresne2014-12-081-5/+5
| | | | generators and dict comprehension
* Fixed #22680 -- I/O operation on closed file.Florian Apolloner2014-06-111-0/+6
| | | | | | | This patch is two-fold; first it ensure that Django does close everything in request.FILES at the end of the request and secondly the storage system should no longer close any files during save, it's up to the caller to handle that -- or let Django close the files at the end of the request.
* PEP8 cleanupJason Myers2013-11-031-0/+10
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #20989 -- Removed useless explicit list ↵Simon Charette2013-08-301-2/+2
| | | | comprehensions.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia2013-07-111-1/+12
| | | | Thanks Waldemar Kornewald and mvschaik for work on the patch.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+138