Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Changed 9 years ago by Baptiste Mispelon

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

Yes, good idea.

Thanks.

comment:3 Changed 9 years ago by Kristian Glass

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 Changed 9 years ago by Baptiste Mispelon <bmispelon@…>

Resolution: fixed
Status: newclosed

In 200d475831bc58d915ecb8feeaee08660afb4bab/djangoproject.com:

Fixed #23856 -- Warned about downloading development version

Replicated the warning from
https://docs.djangoproject.com/en/1.7/intro/install/ about how the
development version is best used by those with experience looking to
test.

comment:5 Changed 9 years ago by Baptiste Mispelon

(the fix has been deployed too)

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