]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A critical fix to dynamic relations allows the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jul 2008 21:40:34 +0000 (21:40 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 19 Jul 2008 21:40:34 +0000 (21:40 +0000)
commitf70ae049c6fdd14dec1240dc2fa0a0242df827cb
treefa6a982a0bd63b93caee41932691292000e97a4e
parentd6acc9fcea35067327c9472d6bc23da2aa908fd4
- A critical fix to dynamic relations allows the
"modified" history to be properly cleared after
a flush() (backported from 0.5).
CHANGES
lib/sqlalchemy/orm/dynamic.py
test/orm/dynamic.py