Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/file_uploads
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-8/+12
* Replaced six.BytesIO with io.BytesIOTim Graham2015-07-201-1/+2
* Fixed some unclosed objects in testsAndriy Sokolovskiy2015-07-061-1/+5
* Refs #24652 -- Fixed a test failure in file_uploads tests...Simon Charette2015-05-261-2/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Normalized usage of the tempfile module.Aymeric Augustin2015-02-231-10/+3
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-6/+3
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed #24209 -- Prevented crash when parsing malformed RF...Raul Cumplido2015-01-271-0/+17
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Avoided a deprecated alias on Python 3 in file_uploads test.Tim Graham2015-01-081-2/+3
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-5/+5
* Fixed #23911 -- Added support for buffer file uploads in ...Thomas Tanner2014-12-041-1/+29
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #21281 -- Made override_settings act at class level...Thomas Chaumeny2014-11-031-0/+4
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-3/+3
* Fixed #23397 -- Stripped whitespace from base64 during ch...Jason Hobbs2014-09-131-2/+6
* Fixed #22971 -- Properly parsed RFC 2388 encoded headersClaude Paroz2014-08-141-1/+65
* Created import-time test temp dirs in known locationClaude Paroz2014-06-231-1/+1
* Fixed #22680 -- I/O operation on closed file.Florian Apolloner2014-06-113-0/+38
* Fixed a ResourceWarning that wasn't properly fixed by the...Loic Bistuer2014-05-251-2/+0
* Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer2014-05-251-91/+95
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-2/+2
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-14/+14
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-15/+17
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* PEP8 cleanupJason Myers2013-11-033-2/+15
* Fixed all E261 warningscoagulant2013-11-031-1/+1
* Fixed flake8 E241Boryslav Larin2013-11-022-21/+22
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-2/+1
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+3
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21033 -- Fixed uploaded filenames not always being...homm2013-09-101-12/+26
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-2/+2
* Removed most of absolute_import importsClaude Paroz2013-07-293-4/+2
* Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia2013-07-113-1/+34
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+612