]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add a warning suggesting to use the dictionary form of access
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jul 2015 15:16:26 +0000 (11:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 5 Jul 2015 15:16:26 +0000 (11:16 -0400)
commit6fcc5d4a07e5c409a7d8438582598d0e90562ea0
treedb6255d902e3974c79d19cef6619bc58681a030e
parentcf21497f02e64b6ddec82e12a7c26b9476616b00
- add a warning suggesting to use the dictionary form of access
if the name of the attribute being accessed is non-specific,
thereby avoiding collisions on names like items, values, keys.
fixes #3475
lib/sqlalchemy/orm/mapper.py