summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_imagefield.py
AgeCommit message (Expand)Author
2016-07-16[1.10.x] Fixed #26900 -- Fixed crash accessing deferred FileFields.Tim Graham
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-30Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-09-09Serialized some tests that interact with the filesystem.Aymeric Augustin
2015-04-27Used assertIsInstance in tests.Alasdair Nicol
2014-05-26Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer
2014-03-21Removed PIL compatability layer per deprecation timeline.Tim Graham
2013-11-26Fixed #21512 -- Added more complete information about Pillow and PIL in model...Vajrasky Kok
2013-10-19Removed unused local variables in tests.Tim Graham
2013-10-04Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-04-12Modified model_fields for unittest2 discovery.Preston Timmons