#24350 closed Cleanup/optimization (fixed)
Django dependencies not explicitly documented
Reported by: | tanner | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.8alpha1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
The dependencies (incl. min. version) of Django and its contrib apps don't seem to be documented explicitly.
For example, ImageField requires Pillow and PostgreSQL requires psycopg2 (soon >=2.5).
I think it would be useful to collect that information in the installation instructions.
Change History (7)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Triage Stage: | Unreviewed → Accepted |
Type: | Uncategorized → Cleanup/optimization |
comment:3 by , 10 years ago
Has patch: | set |
---|
Since Django gives a helpful error message if you use ImageField
and don't have Pillow installed, I don't think that needs a specific mention.
comment:4 by , 10 years ago
Resolution: | fixed |
---|---|
Status: | closed → new |
comment:5 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
ImageField and psycopg2 are there, but I'll make some minor tweaks to the install instructions.