]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Resolve RST306 issues
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 May 2019 15:52:17 +0000 (11:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 13 May 2019 22:40:55 +0000 (18:40 -0400)
commitd55b04a24465f906dc5647b17287c4c10756a9cf
treeeefad3da3b19a7e7f175d221b0fade2b2732c597
parent52130ab6b33561e7a60267e630cff9b48599565c
Resolve RST306 issues

The latest flake8 seems to look for these and they are in fact
correctable with a backslash.  Also need to add r to the strings
to avoid W605.

Change-Id: I8045309aa2ad29978ba7e99c45f75bc1457dff3d
(cherry picked from commit 663ed1a0772f6c6d53b1f4f9a2f652d0e5ce0b8a)
examples/custom_attributes/active_column_defaults.py
lib/sqlalchemy/ext/associationproxy.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/session.py