summaryrefslogtreecommitdiff
path: root/tests/files
AgeCommit message (Expand)Author
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-06-18Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File."Tim Graham
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-06-14Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.Hugo Osvaldo Barrera
2016-05-27Fixed #26646 -- Added IOBase methods required by TextIOWrapper to File.Simon Charette
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-06-12Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee
2015-06-05Cleanup: Removed the try-except-fail antipattern from testsShai Berger
2015-04-07Fixed #24544 -- Fixed get_image_dimensions() on image buffers that Pillow fai...steve
2015-03-25Fixed #24441 -- Changed get_image_dimensions() return value for broken imagesRaúl Cumplido
2015-02-23Guaranteed removal of temporary files during tests.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-11-24Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode.Sergey Fedoseev
2014-10-30Fixed #8149 -- Made File.__iter__() support universal newlines.Jon Dufresne
2014-03-21Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class.Hans Lawrenz
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2014-02-20Fixed #22107 -- Fixed django.core.files.File object iteration.Baptiste Mispelon
2014-01-03Suppressed ResourceWarning in files testsClaude Paroz
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-27Rearranged some file-related testsClaude Paroz
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-14Close file after tests added in 945e033a69.Ramiro Morales
2013-10-11Fixed #8918 -- Made FileField.upload_to optional.Tim Graham
2013-10-02Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry
2013-09-10Fixed #21033 -- Fixed uploaded filenames not always being truncated to 255 ch...homm
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-09-06Fixed #11857 -- Added missing 'closed' property on TemporaryFile class.Christopher Adams
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-20Fixed #20486 -- Ensure that file_move_safe raises an error if the destination...Russell Keith-Magee
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner