django/tests/regressiontests/file_storage
Anton Baklanov 3aa4b8165d Fixed #19457 -- ImageField size detection failed for some files.
This was caused by PIL raising a zlib truncated stream error since we fed
the parser with chunks instead of the whole image.
2013-01-01 11:54:56 +01:00
..
__init__.py
magic.png Fixed #19457 -- ImageField size detection failed for some files. 2013-01-01 11:54:56 +01:00
models.py
test.png
test1.png
tests.py Fixed #19457 -- ImageField size detection failed for some files. 2013-01-01 11:54:56 +01:00