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
2017-11-06
[2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-09-13
Removed unnecessary parens in various code.
Mariusz Felisiak
2017-09-07
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
Removed unneeded __init__() methods.
Sergey Fedoseev
2017-06-28
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-05
Fixed #26651 -- Kept original file suffix in TemporaryUploadedFile name
Claude Paroz
2017-05-31
Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount.
Derrick Jackson
2017-04-26
Refs #23919 -- Removed File's Python 2 proxied methods.
Josh Schneier
2017-04-07
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-02-24
Fixed #27836 -- Allowed FileSystemStorage.delete() to remove directories.
chillaranand
2017-02-21
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
Refs #23919 -- Replaced errno checking with PEP 3151 exceptions.
Tim Graham
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Removed __nonzero__() methods (for Python 2).
Simon Charette
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed most of remaining six usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed six.PY2/PY3 usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #23832 -- Removed deprecated non-timezone aware Storage API.
Tim Graham
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-09-03
Replaced smart_* by force_* calls whenever possible
Claude Paroz
2016-08-25
Replaced property() usage with decorator in several places.
Berker Peksag
2016-07-29
Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.
Tomas Pazderka
2016-06-18
Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
Tim Graham
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
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
[next]