Opened 16 years ago

Closed 16 years ago

#8911 closed (fixed)

errors in porting guide

Reported by: arien Owned by: nobody
Component: Documentation Version: 1.0
Severity: 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

The porting guide contains a few typos (consistant, maxlength when talking about 1.0 code) and erroneously describes the behaviour of django.utils.datastructures.SortedDict.copy.

Attachments (1)

1.0-porting-guide.diff (2.7 KB ) - added by arien 16 years ago.
Fixes for mentioned issues and some light editing of the text.

Download all attachments as: .zip

Change History (2)

by arien, 16 years ago

Attachment: 1.0-porting-guide.diff added

Fixes for mentioned issues and some light editing of the text.

comment:1 by Gary Wilson, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [8979].

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