Remove obsolete use of OrderedDict with Python 3.6+
With Django 3.0 supporting Python 3.6+ we can strip out some of the use of OrderedDict that is no longer required now that dictionaries preserve insertion order. Although this property of dictionaries is only a language feature from Python 3.7, it is unlikely to be changed in a patch release of CPython 3.6 and PyPy3 already preserves insertion order.
Change History
(5)
| Component: |
Uncategorized → Core (Other)
|
| Triage Stage: |
Unreviewed → Ready for checkin
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
PR