summaryrefslogtreecommitdiff
path: root/django/core/files/storage.py
AgeCommit message (Expand)Author
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-07-29Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.Tomas Pazderka
2016-05-31Fixed #26691 -- Removed checking for a file's existence before deleting.Jon Dufresne
2016-04-30Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano
2016-04-21Fixed #26495 -- Added name arg to Storage.save()'s File wrapping.Maxim Novikov
2016-04-03Fixed #25905 -- Prevented leading slashes in urljoin() callsrixx
2016-02-23Fixed #23832 -- Added timezone aware Storage API.James Aylett
2016-01-07Fixed #26038 -- Changed FileSystemStorage defaults on setting change.Simon Charette
2015-09-23Refs #9893 -- Removed shims for lack of max_length support in file storage pe...Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-12Fixed #9893 -- Allowed using a field's max_length in the Storage.Pavel Shpilev
2014-11-22Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"Carl Meyer
2014-11-22Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer
2014-11-11Removed import forgotten in previous commit.Aymeric Augustin
2014-11-11Raised SuspiciousFileOperation in safe_join.Aymeric Augustin
2014-08-20Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.Tim Graham
2014-06-11Fixed #22680 -- I/O operation on closed file.Florian Apolloner
2014-06-04Fixed #22717 -- Auto-corrected missing ending slash in FileSystemStorageClaude Paroz
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-06Fixed #22337: FileSystemStorage marked as deconstructible and tested.Andrew Godwin
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-01-20fixed typo on docstringJosé Moreira
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-24Fixed #21219 -- Added a way to set different permission for static files.Vajrasky Kok
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-10Fixed #21057 -- Prevented FileSystemStorage from leaving temporary files.John Hensley
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-08-12Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS settingMel Collins
2013-06-29Do not allow FileSystemStorage.delete to receive an empty nameClaude Paroz
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-17Fixed #20427 -- Moved a variable initialization in storage.pyClaude Paroz
2013-02-23#18899 FileSystemStorage.save should support any file-like objectsMarcin Biernat
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-09-17Fixed #18947 -- Don't make uploaded files executeable by default.Florian Apolloner
2012-08-29Made FileSystemStorage accept both text and byte streamsClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-09-21Fixed #16703 -- Raise an exception if the storage location of the DefaultStor...Jannis Leidel
2011-09-13Fixed #16833 -- Removed undocumented `mixin` parameter from the `Storage.open...Jannis Leidel
2011-05-28Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend...Jannis Leidel
2011-05-26Fixed #16082 -- Fixed race condition in the FileSystemStorage backend with re...Jannis Leidel
2011-02-04Fixed #15181 -- Ensure that special characters are escaped when querying for ...Russell Keith-Magee
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-08Fixed #10497 -- Added a few time-related methods to the storage API. Thanks f...Jannis Leidel
2010-03-02Fixed #11030: Reverted a change that assumed the file system encoding was utf...Karen Tracey