summaryrefslogtreecommitdiff
path: root/tests/files
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29027 -- Fixed file_move_safe() crash when moving files with SELinux.Yuri Konotopov2022-10-241-10/+36
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-63/+90
* Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.Stefanos I. Tsaklidis2021-09-021-0/+4
* Skipped GetImageDimensionsTests.test_webp when WEBP is not installed.Mariusz Felisiak2020-10-061-1/+4
* Fixed #31989 -- Fixed return value of django.core.files.locks.lock()/unlock()...Hasan Ramezani2020-09-151-1/+17
* Refs #29983 -- Added test for FILE_UPLOAD_TEMP_DIR pathlib support.Jon Dufresne2019-11-061-0/+8
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-281-2/+3
* Fixed #29705 -- Fixed ImageField RuntimeError crash for WebP files.winkidney2018-08-232-0/+6
* Fixed #29188 -- Fixed ContentFile.size after a write().Alex Stovbur2018-03-081-0/+10
* Fixed #28776 -- Fixed a/an/and typos in docs and comments.Дилян Палаузов2017-11-061-1/+1
* Fixed #26651 -- Kept original file suffix in TemporaryUploadedFile nameClaude Paroz2017-06-051-1/+9
* Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount.Derrick Jackson2017-05-311-0/+25
* Fixed #27777 -- Made File.open() work with the with statement (#8310)Ingo Klöcker2017-04-071-1/+35
* Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham2017-02-091-2/+2
* Refs #23919 -- Removed misc references to Python 2.Tim Graham2017-01-211-3/+0
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+1
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-6/+5
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-4/+3
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-4/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+4
* Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."Tim Graham2016-06-181-6/+0
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-2/+2
* Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.Hugo Osvaldo Barrera2016-06-141-0/+6
* Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.Simon Charette2016-05-271-12/+33
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-1/+2
* Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee2015-06-121-0/+13
* Cleanup: Removed the try-except-fail antipattern from testsShai Berger2015-06-051-5/+1
* Fixed #24544 -- Fixed get_image_dimensions() on image buffers that Pillow fai...steve2015-04-071-2/+19
* Fixed #24441 -- Changed get_image_dimensions() return value for broken imagesRaúl Cumplido2015-03-252-0/+17
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+5
* Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode.Sergey Fedoseev2014-11-241-6/+5
* Fixed #8149 -- Made File.__iter__() support universal newlines.Jon Dufresne2014-10-301-1/+49
* Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class.Hans Lawrenz2014-03-211-0/+14
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-8/+8
* Fixed #22107 -- Fixed django.core.files.File object iteration.Baptiste Mispelon2014-02-201-0/+8
* Suppressed ResourceWarning in files testsClaude Paroz2014-01-031-4/+5
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+0
* Rearranged some file-related testsClaude Paroz2013-10-275-159/+140
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Close file after tests added in 945e033a69.Ramiro Morales2013-10-141-0/+4
* Fixed #8918 -- Made FileField.upload_to optional.Tim Graham2013-10-112-0/+7
* Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry2013-10-021-0/+3
* Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch...homm2013-09-101-1/+0
* Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner2013-09-091-1/+0