summaryrefslogtreecommitdiff
path: root/django/core/files
AgeCommit message (Expand)Author
2014-06-12[1.7.x] Made the vendored NamedTemporaryFile work as a context manager. Refs ...Loic Bistuer
2014-06-11[1.7.x] Fixed #22680 -- I/O operation on closed file.Florian Apolloner
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-25[1.7.x] Removed executeable bit from a few files.Florian Apolloner
2014-05-06[1.7.x] Fixed #22337: FileSystemStorage marked as deconstructible and tested.Andrew Godwin
2014-03-18Fixed regression in file locking on some platforms.smallcode
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-20Fixed #22107 -- Fixed django.core.files.File object iteration.Baptiste Mispelon
2014-02-18Made content_type_extra optional for TemporaryUploadedFile and MemoryUploaded...Dmitro
2014-02-08Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypesKevin Christopher Henry
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-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-19Use `classmethod` as a decorator.xuxiang
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Replaced a hardcoded "2" with the right named constantAlex Gaynor
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-24Fixed #21219 -- Added a way to set different permission for static files.Vajrasky Kok
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-09-19Fixed #18744 -- Updated docstring to highlight limitations of NamedTemporaryFileKevin Christopher Henry
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-10Fixed #21057 -- Prevented FileSystemStorage from leaving temporary files.John Hensley
2013-09-10Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch...homm
2013-09-06Fixed #11857 -- Added missing 'closed' property on TemporaryFile class.Christopher Adams
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-08-12Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS settingMel Collins
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
2013-06-29Do not allow FileSystemStorage.delete to receive an empty nameClaude Paroz
2013-06-20Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...Russell Keith-Magee
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
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-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
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
2013-01-01Replaced six.reraise with a simple raise.Florian Apolloner
2013-01-01Replaced e.message with e.args[0] in 3aa4b8165da23a2f094d0eeffacbda5484f4c1f6.Florian Apolloner
2013-01-01Fixed #19457 -- ImageField size detection failed for some files.Anton Baklanov
2012-12-06Fixed #19367 -- Fixed saving ContentFile in filesystem storageClaude Paroz
2012-11-03Fixed #18963 -- Used a subclass-friendly patternAymeric Augustin
2012-09-17Fixed #18947 -- Don't make uploaded files executeable by default.Florian Apolloner
2012-08-30Replaced some smart_xxx by force_xxx equivalentClaude Paroz
2012-08-29Made FileSystemStorage accept both text and byte streamsClaude Paroz
2012-08-29Fixed #11739 -- Made ContentFile support Unicode inputClaude Paroz