]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- CircularDependencyError now has .cycles and .edges
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Sep 2010 06:11:38 +0000 (02:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Sep 2010 06:11:38 +0000 (02:11 -0400)
commite9e221977bde7724d4ef3b553de4f982028eead8
tree9da735bed0b6e84d8b17435d6e35ff5cc1548f25
parent2811ca21069f63a1b86428a28416c609dc532bbb
- CircularDependencyError now has .cycles and .edges
members, which are the set of elements involved in
one or more cycles, and the set of edges as 2-tuples.
[ticket:1890]
CHANGES
lib/sqlalchemy/exc.py
lib/sqlalchemy/topological.py
test/base/test_dependency.py