Opened 17 years ago

Closed 17 years ago

#3795 closed (fixed)

new 0.96 ./docs/install.txt references previous django version of 0.95

Reported by: codicus@… Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords: docs install.txt
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The install.txt file needs to be updated to reflect the new release version.

[root@somehost Django-0.96]# grep "0.95" ./docs/install.txt

  1. Download Django-0.95.tar.gz from our download page_.
  2. tar xzvf Django-0.95.tar.gz
  3. cd Django-0.95

[root@somehost Django-0.96]#

Change History (1)

comment:1 by Simon G. <dev@…>, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in svn :)

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