Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/file_storage
Commit message (Expand)AuthorAgeFilesLines
* Fixed #21042 -- Allowed accessing FileDescriptor on the m...Tim Graham2015-10-011-3/+2
* Refs #9893 -- Removed shims for lack of max_length suppor...Tim Graham2015-09-242-43/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24826 -- Accounted for filesystem-dependent filena...Claude Paroz2015-05-221-1/+13
* Fixed typo in file_storage tests.Tim Graham2015-05-201-1/+1
* Refs #24652 -- Enforced test isolation in file_storage te...Simon Charette2015-05-201-2/+4
* Fixed #24105 -- Called Storage.get_valid_name() when uplo...Abhaya Agarwal2015-05-132-0/+20
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-2/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-10/+8
* Removed threading fallback imports.Tim Graham2015-01-281-5/+1
* Skipped a problematic file_storage test on Windows.Tim Graham2015-01-141-0/+4
* Fixed #9893 -- Allowed using a field's max_length in the ...Pavel Shpilev2015-01-122-3/+86
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-4/+4
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-2/+2
* Removed numbering from the models.py header of some test ...Loic Bistuer2014-09-241-1/+1
* Fixed #23157 -- Removed O(n) algorithm when uploading dup...Tim Graham2014-08-201-19/+27
* Created import-time test temp dirs in known locationClaude Paroz2014-06-231-1/+2
* Fixed #22680 -- I/O operation on closed file.Florian Apolloner2014-06-111-1/+19
* Fixed #22717 -- Auto-corrected missing ending slash in Fi...Claude Paroz2014-06-041-1/+9
* Fixed #22337: FileSystemStorage marked as deconstructible...Andrew Godwin2014-05-071-0/+17
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-12/+6
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* PEP8 cleanupJason Myers2013-11-032-0/+6
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed a F811 warning introduced by 35db9d58d6.Simon Charette2013-10-291-4/+4
* Rearranged some file-related testsClaude Paroz2013-10-275-134/+166
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21219 -- Added a way to set different permission f...Vajrasky Kok2013-10-241-1/+4
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+4
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+3
* Removed unneeded imports in tests's __init__.py and unifi...Florian Apolloner2013-09-091-1/+0
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-5/+2
* Fixed a couple unclosed file warnings in testsTim Graham2013-09-031-3/+4
* Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS s...Mel Collins2013-08-121-0/+12
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Do not allow FileSystemStorage.delete to receive an empty...Claude Paroz2013-06-291-0/+8
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+2
* Refactored file_storage tests to avoid depending on serve...Aymeric Augustin2013-06-102-7/+18
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-3/+3
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-13/+7
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+646