]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Simplify directed graph example
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Apr 2016 00:00:43 +0000 (19:00 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 27 Apr 2016 00:01:22 +0000 (19:01 -0500)
commit84ba09a7d7b0160d8e3e52269519d0df0cd175ac
treec9f465f3af28242692bd3d856d9ffc193849b177
parentffb6fbf825d0440aeedf7ee69376d78d977c26fb
Simplify directed graph example

Changed the "directed graph" example to no longer consider
integer identifiers of nodes as significant; the "higher" / "lower"
references now allow mutual edges in both directions.

Change-Id: Ibfd5b420f0451a6fc746f0bcbbbb062f8f88dc1d
Fixes: #3698
(cherry picked from commit c3de4061fd490adcd8b75c79685f4a831b869f9e)
doc/build/changelog/changelog_10.rst
examples/graphs/directed_graph.py