Opened 10 years ago

Closed 10 years ago

#23684 closed Cleanup/optimization (fixed)

ImageField HINT mentions wrong pip package name

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

Description

If you use an ImageField without installing the Pillow package, a field hint mentions that you should "pip install pillow". The correct package name is "Pillow" with an uppercase P.

Change History (2)

comment:2 by Loic Bistuer <loic.bistuer@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 6c79d3297782fed07b81faaf0e9c0c7d63590e35:

Fixed #23684 -- Used correct package name for Pillow in Error hint.

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