]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- remove ambiguous use of the phrase "joined together by AND" as this
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Oct 2015 13:37:53 +0000 (09:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Oct 2015 13:38:22 +0000 (09:38 -0400)
commitac08920284935e7e7519ce77ba369703390155dc
tree3ca15aab8fb6554a16e5f3d7c510331982678ef7
parent7393ee8d4f20e84240623bb180681742813dd178
- remove ambiguous use of the phrase "joined together by AND" as this
may be construed as the Python "and" keyword
- add notes to ORM tutorial for beginners that Python "and" keyword
is not to be used
fixes #3545
doc/build/orm/tutorial.rst
lib/sqlalchemy/orm/query.py