]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
"left" -> "accidentally placed at"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Dec 2018 23:54:40 +0000 (18:54 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Dec 2018 23:58:47 +0000 (18:58 -0500)
commiteacb31a89fe883edd0ada7f2724239c1f8c5b685
treec3ddcc147e0cad6ec5d244c2b691ce182b3ee31f
parentc8dea359db9bea58dc64880d306dbee2a26df247
"left" -> "accidentally placed at"

since "left" is kind of ambiguous, use more explicit terminology
here.

Also update the test to use a positive assertion that the
warning is emitted; quote the attribute name.

Change-Id: Ic2284c200a26b32b2da063cfaf6d59547309d587
References: https://github.com/zzzeek/sqlalchemy/pull/488
lib/sqlalchemy/ext/declarative/base.py
test/ext/declarative/test_basic.py