Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_fields/test_imagefield.py
Commit message (Expand)AuthorAgeFilesLines
* Serialized some tests that interact with the filesystem.Aymeric Augustin2015-09-091-1/+4
* Used assertIsInstance in tests.Alasdair Nicol2015-04-271-2/+2
* Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer2014-05-251-0/+2
* Removed PIL compatability layer per deprecation timeline.Tim Graham2014-03-211-8/+8
* Fixed #21512 -- Added more complete information about Pil...Vajrasky Kok2013-11-261-8/+8
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #21217 -- Avoid connecting `(pre|post)_init` signal...Simon Charette2013-10-041-3/+3
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-2/+6
* Modified model_fields for unittest2 discovery.Preston Timmons2013-04-121-0/+434