]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed the repr() for CascadeOptions to
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Feb 2012 23:27:17 +0000 (18:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Feb 2012 23:27:17 +0000 (18:27 -0500)
commit0987f8951637feb48dfbc22508aa46fe59a12f63
treecae3cd06b2fc598e8842bfff7e26e705a0e94545
parent0536c48dafb670d34fc96d26078b41ed6accf01f
- [bug] Fixed the repr() for CascadeOptions to
include refresh-expire.  Also reworked
CascadeOptions to be a <frozenset>.
[ticket:2417]
CHANGES
lib/sqlalchemy/orm/util.py
test/orm/test_cascade.py