Is the required version of Pillow pinned at 4.0.0? I upgraded to Django 1.11 and from Pillow 4.0.0 to 4.1.0 but now Django doesn't start because it says I can't use ImageField without installing Pillow. Downgrading to Pillow 4.0.0 fixes this.
On Tuesday, April 4, 2017 at 6:09:40 PM UTC+2, Tim Graham wrote: > > Django 1.11, the next long-term support release, is now available: > > https://www.djangoproject.com/weblog/2017/apr/04/django-111-released/ > > With the release of Django 1.11, Django 1.10 has reached the end of > mainstream support. The final minor bugfix release (1.10.7) was issued > today. Django 1.10 will receive security and data loss fixes for another > eight months until December 2017. > > Django 1.9 has reached the end of extended support. The final security > release (1.9.13) was issued today. All Django 1.9 users are encouraged to > upgrade to Django 1.10 or later. > > See the downloads page [1] for a table of supported versions and the > future release schedule. > > [1] https://www.djangoproject.com/download/#supported-versions > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/20403ada-0688-4192-9aef-8904f10d43d8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
