summaryrefslogtreecommitdiff
path: root/tests/model_fields/test_imagefield.py
AgeCommit message (Collapse)Author
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
This starts the deprecation period for PIL (support to end in 1.8).
2013-04-12Modified model_fields for unittest2 discovery.Preston Timmons