]> 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:59:45 +0000 (18:59 -0500)
commit5945da4e41370bc71a0d3f811ea128be5663db6e
tree4ea5cbdebed2fcbb343a6add7e31c692414fe12c
parent039d8a31f59fa8241d30a79c2ab4d05546156d31
"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
(cherry picked from commit eacb31a89fe883edd0ada7f2724239c1f8c5b685)
lib/sqlalchemy/ext/declarative/base.py
test/ext/declarative/test_basic.py