summaryrefslogtreecommitdiff
path: root/tests/regressiontests/model_fields/imagefield.py
AgeCommit message (Expand)Author
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-07-06Used skipIf decorator to skip image tests when PIL is not availableClaude Paroz
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2009-05-29Added test for pickling of a model with an `ImageField`, refs #11103.Gary Wilson Jr
2009-05-28Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti...Gary Wilson Jr