Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/file_uploads/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
|
* Fixed #22680 -- I/O operation on closed file.Florian Apolloner2014-06-111-0/+1
| | | | | | | 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.
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-14/+14
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Fixed flake8 E241Boryslav Larin2013-11-021-10/+10
|
* Removed most of absolute_import importsClaude Paroz2013-07-291-2/+0
| | | | | 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-0/+1
| | | | Thanks Waldemar Kornewald and mvschaik for work on the patch.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+19