Opened 11 years ago
Closed 11 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:1 by , 11 years ago
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Github PR: https://github.com/django/django/pull/3389