]> 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 16:12:55 +0000 (12:12 -0400)
commit663ed1a0772f6c6d53b1f4f9a2f652d0e5ce0b8a
treea7c7532cc620761741ecfd89467e1c7f3de6f40b
parentb26642e2364836fe9a8ee25c1cf4551901ce0c37
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
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