index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
files
/
tests.py
Age
Commit message (
Expand
)
Author
2026-04-14
Fixed #27150 -- Made base File objects truthy by default.
VIZZARD-X
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-04-07
Fixed #36298 -- Truncated the overwritten file content in file_move_safe().
Sarah Boyce
2024-03-24
Fixed #35323 -- Prevented file_move_safe() from trying to overwrite existing ...
Ben Cail
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-09-11
Fixed #34642 -- Added File.open() support for *args and **kwargs.
Yves Weissig
2022-10-24
Fixed #29027 -- Fixed file_move_safe() crash when moving files with SELinux.
Yuri Konotopov
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-09-02
Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.
Stefanos I. Tsaklidis
2020-10-06
Skipped GetImageDimensionsTests.test_webp when WEBP is not installed.
Mariusz Felisiak
2020-09-15
Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...
Hasan Ramezani
2019-11-06
Refs #29983 -- Added test for FILE_UPLOAD_TEMP_DIR pathlib support.
Jon Dufresne
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2018-08-23
Fixed #29705 -- Fixed ImageField RuntimeError crash for WebP files.
winkidney
2018-03-08
Fixed #29188 -- Fixed ContentFile.size after a write().
Alex Stovbur
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
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-07
Fixed #27777 -- Made File.open() work with the with statement (#8310)
Ingo Klöcker
2017-02-09
Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().
Tim Graham
2017-01-21
Refs #23919 -- Removed misc references to Python 2.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-20
Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
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 encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-18
Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."
Tim Graham
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-14
Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.
Hugo Osvaldo Barrera
2016-05-27
Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.
Simon Charette
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-06-12
Fixed #24963 -- Added File.seekable() on Python 3.
Carson Gee
2015-06-05
Cleanup: Removed the try-except-fail antipattern from tests
Shai Berger
2015-04-07
Fixed #24544 -- Fixed get_image_dimensions() on image buffers that Pillow fai...
steve
2015-03-25
Fixed #24441 -- Changed get_image_dimensions() return value for broken images
Raúl Cumplido
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-11-24
Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode.
Sergey Fedoseev
2014-10-30
Fixed #8149 -- Made File.__iter__() support universal newlines.
Jon Dufresne
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-02-20
Fixed #22107 -- Fixed django.core.files.File object iteration.
Baptiste Mispelon
2014-01-03
Suppressed ResourceWarning in files tests
Claude Paroz
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-27
Rearranged some file-related tests
Claude Paroz
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
[next]