]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
apply sorting to overlaps message
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Jun 2021 19:56:15 +0000 (15:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Jun 2021 19:56:15 +0000 (15:56 -0400)
commitf51c56b8dca0569269a69bd85c25fcfed39a3c9e
treea657e6273accbb31c753fb71c159e35d3dc830db
parent585aa7d7575dfb9a90a00bbd00c68da9e2cb31d7
apply sorting to overlaps message

so that string comparison tests are deterministic

Change-Id: Ia072f225fb906ea43c451eb4217856f144932fd2
lib/sqlalchemy/orm/relationships.py
test/orm/test_relationships.py