Opened 17 years ago

Closed 17 years ago

#5918 closed (fixed)

remove SortedDictFromList class

Reported by: Gary Wilson Owned by: nobody
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Now that django.utils.datastructures.SortedDict can take a sequence of tuples (#5744), django.newforms.forms.SortedDictFromList is no longer needed.

Discussion: http://groups.google.com/group/django-developers/browse_frm/thread/86749c9754ba3c58/

Change History (1)

comment:1 by Gary Wilson, 17 years ago

Resolution: fixed
Status: newclosed

Fixed in [6668].

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