Opened 8 years ago

Closed 8 years ago

#28026 closed Bug (duplicate)

Pillow version > 4.0.0 not recognized

Reported by: voodoo-burger Owned by: nobody
Component: Uncategorized Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I upgraded to Django 1.11 today and also upgraded Pillow from 4.0.0 to 4.1.0 . Now Django won't start when you have any models with an ImageField saying you can't use ImageField without installing Pillow. It seems Django doesn't recognize Pillow > 4.0.0. Downgrading Pillow to 4.0.0 fixes this.

Change History (1)

comment:1 by Tim Graham, 8 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #28022. Please provide details about how to reproduce it as I haven't been able to do so.

Note: See TracTickets for help on using tickets.
Back to Top