Replace the deprecated SortedDict with pythons OrderedDict

Registered by Masco

From django 1.7 the class "django.utils.datastructures.SortedDict" is deprecated and the same will be removed from V1.9 since the class "collections.OrderedDict" is added in python 2.7 and latter.

In our horizon we are using the sorteddict in very decent number of times.
Since it is deprecated, our horizon code also should avoid the sorteddict class and start using the ordereddict class.

This blueprint will remove the sorteddict with the ordereddict.

Blueprint information

Status:
Complete
Approver:
David Lyle
Priority:
Medium
Drafter:
Masco
Direction:
Approved
Assignee:
Masco
Definition:
Superseded
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Masco
Completed by
David Lyle

Related branches

Sprints

Whiteboard

it's a blocker for django-1.9 support

Gerrit topic: https://review.openstack.org/#q,topic:bp/replace-sorteddict-with-ordereddict,n,z

Addressed by: https://review.openstack.org/212399
    Replace SortedDict with OrderedDict

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.