]> 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:00:43 +0000 (19:00 -0500)
commitc3de4061fd490adcd8b75c79685f4a831b869f9e
tree787c3cb3f41dd2243bdbf7b16623757e58d9245b
parent0a0a9da999e269183300995b0b328441effb74a1
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
doc/build/changelog/changelog_10.rst
examples/graphs/directed_graph.py