mirror of
https://github.com/django/django.git
synced 2025-01-31 04:40:13 +00:00
4b11762f7d
Fixed #18175 -- Calling SortedDict.__copy__() resulted in changes to the original dictionary. The reason was likely related to subclassing dict. Thanks to linovia for report and patch.