Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 4965a774074780f3e4858bcc975476f71edf2c2c
https://github.com/django/django/commit/4965a774074780f3e4858bcc975476f71edf2c2c
Author: Tim Graham <
timog...@gmail.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M django/core/files/images.py
M django/db/models/fields/files.py
M django/forms/fields.py
R django/utils/image.py
M docs/faq/contributing.txt
M docs/ref/forms/fields.txt
M docs/ref/models/fields.txt
M docs/topics/security.txt
M tests/files/tests.py
M tests/invalid_models_tests/test_ordinary_fields.py
M tests/model_fields/models.py
M tests/model_fields/test_imagefield.py
M tests/model_forms/models.py
M tests/model_forms/tests.py
M tests/serializers_regress/models.py
Log Message:
-----------
Removed PIL compatability layer per deprecation timeline.
refs #19934.