]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+
authorFederico Caselli <cfederico87@gmail.com>
Wed, 2 Dec 2020 22:43:44 +0000 (23:43 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 7 Dec 2020 20:46:21 +0000 (15:46 -0500)
commit93cc9d7e8bcde2feca1ab8e6808124c0d4aae8d4
treeb6c3b57b4835c7e8d109ccc0aa28640b7f1dbbc4
parent87d58b6d8188ccff808b3207d5f9398bb9adf9b9
Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+

References: #5735

Change-Id: I0a73f727fb6820d32eca590b1e8afbfe2872adb8
lib/sqlalchemy/orm/decl_base.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/_collections.py
test/base/test_utils.py
test/orm/test_collection.py
test/orm/test_lazy_relations.py
test/orm/test_options.py
test/profiles.txt