Remove support to PIL.

This commit is contained in:
Yohan Graterol 2015-04-08 11:29:55 -05:00
parent 1ce6a7f4be
commit 7fff635a3f

View File

@ -39,7 +39,7 @@ Dependencies
Optional Dependencies
---------------------
- **Django Integration:** Django>=1.4.0 for Python 2.x or PyPy and Django>=1.5.0 for Python 3.x
- **Image Fields**: Pillow>=2.0.0 or PIL (not recommended since MongoEngine is tested with Pillow)
- **Image Fields**: Pillow>=2.0.0
- dateutil>=2.1.0
.. note