Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/model_fields/test_imagefield.py
Commit message (Collapse)AuthorAgeFilesLines
* Serialized some tests that interact with the filesystem.Aymeric Augustin2015-09-091-1/+4
| | | | | Considering the APIs exercised by these test cases, it's hard to make them independent.
* 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
| | | | refs #19934.
* Fixed #21512 -- Added more complete information about ↵Vajrasky Kok2013-11-261-8/+8
| | | | Pillow and PIL in model_fields and model_forms tests.
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
|
* Fixed #21217 -- Avoid connecting `(pre|post)_init` ↵Simon Charette2013-10-041-3/+3
| | | | signals to abstract senders.
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
| | | | Refs #20680.
* Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley2013-05-151-2/+6
| | | | This starts the deprecation period for PIL (support to end in 1.8).
* Modified model_fields for unittest2 discovery.Preston Timmons2013-04-121-0/+434