#23856 closed Cleanup/optimization (fixed)
Download page doesn't warn enough about development version
Reported by: | Kristian Glass | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | dev |
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
Just had a user in #django using the development version because they'd read https://www.djangoproject.com/download/ which says
"""
Option 2. Get the latest development version
The latest and greatest Django version is the one that's in our Git repository (our revision-control system). Get it using this shell command, which requires Git:
"""
with no warning (akin to https://docs.djangoproject.com/en/1.7/intro/install/) about how using stable might be more sensible. PR incoming to attempt to fix that.
Change History (5)
comment:1 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
comment:3 by , 10 years ago
As per CLA section 7 this is not my original creation but a derivation of existing Django documentation; its source and license are thus presumably that of Django, though it is not "submitted on behalf of" any third party...
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yes, good idea.
Thanks.