index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
files
Age
Commit message (
Expand
)
Author
2016-06-14
Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
Hugo Osvaldo Barrera
2016-06-11
Removed unnecessary check in TemporaryUploadedFile.
Jon Dufresne
2016-05-31
Fixed #26691 -- Removed checking for a file's existence before deleting.
Jon Dufresne
2016-05-27
Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.
Simon Charette
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-21
Fixed #26495 -- Added name arg to Storage.save()'s File wrapping.
Maxim Novikov
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-03
Fixed #25905 -- Prevented leading slashes in urljoin() calls
rixx
2016-02-23
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-01-07
Fixed #26038 -- Changed FileSystemStorage defaults on setting change.
Simon Charette
2015-09-23
Refs #9893 -- Removed shims for lack of max_length support in file storage pe...
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-06-12
Fixed #24963 -- Added File.seekable() on Python 3.
Carson Gee
2015-04-20
Fixed #24664 -- Removed misleading arg name from TemporaryFileUploadHandler.n...
David Danier
2015-04-08
Removed unused exception "as" variable.
Tim Graham
2015-04-07
Fixed #24544 -- Fixed get_image_dimensions() on image buffers that Pillow fai...
steve
2015-04-02
Fixed typo in django.core.files.File docstring.
Matt Hooks
2015-03-25
Fixed #24441 -- Changed get_image_dimensions() return value for broken images
Raúl Cumplido
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2014-12-24
Removed shutil.copystat copied from stdlib (added to support an old Python?).
Tim Graham
2014-11-24
Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode.
Sergey Fedoseev
2014-11-22
Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"
Carl Meyer
2014-11-22
Fixed #23892 -- Made deconstructible classes forwards compatible
Carl Meyer
2014-11-11
Removed import forgotten in previous commit.
Aymeric Augustin
2014-11-11
Raised SuspiciousFileOperation in safe_join.
Aymeric Augustin
2014-10-30
Fixed #8149 -- Made File.__iter__() support universal newlines.
Jon Dufresne
2014-08-29
Clarified a comment in django.core.files.temp.
Tim Graham
2014-08-20
Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file names.
Tim Graham
2014-06-12
Made the vendored NamedTemporaryFile work as a context manager. Refs #22680.
Loic Bistuer
2014-06-11
Fixed #22680 -- I/O operation on closed file.
Florian Apolloner
2014-06-04
Fixed #22717 -- Auto-corrected missing ending slash in FileSystemStorage
Claude Paroz
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-25
Removed executeable bit from a few files.
Florian Apolloner
2014-05-06
Fixed #22337: FileSystemStorage marked as deconstructible and tested.
Andrew Godwin
2014-03-22
Fixed a failing test introduced in 918a16bc4c099ab0cae72a231de3e99e2a9d02cb.
Baptiste Mispelon
2014-03-21
Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class.
Hans Lawrenz
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2014-03-18
Fixed regression in file locking on some platforms.
smallcode
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-20
Fixed #22107 -- Fixed django.core.files.File object iteration.
Baptiste Mispelon
2014-02-18
Made content_type_extra optional for TemporaryUploadedFile and MemoryUploaded...
Dmitro
2014-02-08
Fixed #19373 -- Ported Windows file locking from PyWin32 to ctypes
Kevin Christopher Henry
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-01-20
fixed typo on docstring
José Moreira
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-29
Fixed #21380 -- Added a way to set different permission for static directories.
Vajrasky Kok
2013-11-19
Use `classmethod` as a decorator.
xuxiang
[prev]
[next]