]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix 'email_address' being typoed as 'email_addres' in two places
authorMark Amery <markrobertamery@gmail.com>
Thu, 28 May 2020 12:37:24 +0000 (13:37 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 May 2020 16:38:22 +0000 (12:38 -0400)
commit9d926287db06bf553b2b5d2c4f7eb8bfc0682be0
treec0ef086fa345f5c5412223744a4a0cf290558325
parent0961297e70c066772aecb514eb8aa53531716de8
Fix 'email_address' being typoed as 'email_addres' in two places

(cherry picked from commit 8a6e64323abeb9d08de3f68c63c6401ba1a5f847)
lib/sqlalchemy/orm/strategy_options.py
test/orm/test_mapper.py