]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
support dataclasses with MutableComposite
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jul 2022 18:30:36 +0000 (14:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 13 Jul 2022 18:30:36 +0000 (14:30 -0400)
commitfa8a7715a3f184c708a5e1625f63849844667da4
treef14d07a1eafeed1ef60698bcab4eb163a87a2831
parent116b4fc6c49c7a78a200de64119d3e7b1d127a02
support dataclasses with MutableComposite

basically a one line change

Change-Id: If6a70d49777e77f86e2b6936dd4aece20b00708e
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py