]> 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:39:21 +0000 (09:39 -0400)
commite66297ea3798d6d7d059e96e4ae90e94f8f53cfa
treebfc5eda3992121ec814c239ec2e03333f471e6d0
parent31c0f3a474c4b464360ad9196c4044b23f8203cf
- 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

(cherry picked from commit ac08920284935e7e7519ce77ba369703390155dc)
doc/build/orm/tutorial.rst
lib/sqlalchemy/orm/query.py