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/
Note:
See TracTickets
for help on using tickets.
Fixed in [6668].