summaryrefslogtreecommitdiff
path: root/tests/file_storage
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-6/+7
* Fixed #27327 -- Simplified time zone handling by requiring pytz.Tim Graham2016-10-271-18/+0
* Fixed #13809 -- Made FieldFile.open() respect its mode argument.Chris Sinchok2016-08-091-0/+10
* Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.Tomas Pazderka2016-07-291-1/+10
* Refs #26772 -- Added a test for FileField reopening closed files.Paul J Stevens2016-06-181-0/+8
* Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."Tim Graham2016-06-181-8/+0
* Reverted "Fixed #26398 -- Made FieldFile.open() respect its mode argument."Tim Graham2016-06-171-10/+0
* Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.Hugo Osvaldo Barrera2016-06-141-0/+8
* Refs #26712 -- Removed workarounds for PostgreSQL queries on TIME_ZONE changes.Simon Charette2016-06-061-3/+1
* Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano2016-04-302-1/+118
* Fixed #26495 -- Added name arg to Storage.save()'s File wrapping.Maxim Novikov2016-04-211-0/+23
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-29/+18
* Fixed #25905 -- Prevented leading slashes in urljoin() callsrixx2016-04-031-0/+13
* Fixed #26398 -- Made FieldFile.open() respect its mode argument.Alexey Kotlyarov2016-03-231-0/+10
* Fixed #23832 -- Added timezone aware Storage API.James Aylett2016-02-231-18/+187
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-4/+2
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-9/+14
* Fixed #26038 -- Changed FileSystemStorage defaults on setting change.Simon Charette2016-01-071-1/+39
* Fixed #21042 -- Allowed accessing FileDescriptor on the model class.Tim Graham2015-10-011-3/+2
* Refs #9893 -- Removed shims for lack of max_length support in file storage pe...Tim Graham2015-09-232-43/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #24826 -- Accounted for filesystem-dependent filename max lengthClaude 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 tests.Simon Charette2015-05-201-2/+4
* Fixed #24105 -- Called Storage.get_valid_name() when upload_to is callableAbhaya Agarwal2015-05-122-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 Storage.Pavel Shpilev2015-01-122-3/+86
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-4/+4
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny2014-09-291-2/+2
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.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 FileSystemStorageClaude Paroz2014-06-041-1/+9
* Fixed #22337: FileSystemStorage marked as deconstructible and tested.Andrew Godwin2014-05-061-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 in favor of import_s...Berker Peksag2014-02-081-12/+6
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* PEP8 cleanupJason Myers2013-11-022-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 for static files.Vajrasky Kok2013-10-241-1/+4
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+4