1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
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
test1.png
test.png
tests.py Fixed #19457 -- ImageField size detection failed for some files. 2013-01-01 11:54:56 +01:00