diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-12-26 14:18:27 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-12-26 14:18:27 -0500 |
commit | 6498e7a8fd634e824038303b3d182a3d1d801652 (patch) | |
tree | 29640be2acd3906ead68cb586b8d5f425a5a4daa /lib/sqlalchemy/sql/operators.py | |
parent | 17e69210168ed3747ec92c9ea567988fbc94a983 (diff) | |
download | sqlalchemy-6498e7a8fd634e824038303b3d182a3d1d801652.tar.gz |
- call this 1.2.0
Change-Id: If8d60e5d44f387eba97fd9bb1dfa85947ce7f42f
Diffstat (limited to 'lib/sqlalchemy/sql/operators.py')
-rw-r--r-- | lib/sqlalchemy/sql/operators.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/sqlalchemy/sql/operators.py b/lib/sqlalchemy/sql/operators.py index 0e8dec2a0..076939187 100644 --- a/lib/sqlalchemy/sql/operators.py +++ b/lib/sqlalchemy/sql/operators.py @@ -644,7 +644,7 @@ class ColumnOperators(Operators): .. versionadded:: 1.2 - .. versionchanged:: 1.2.0b4 The + .. versionchanged:: 1.2.0 The :paramref:`.ColumnOperators.startswith.autoescape` parameter is now a simple boolean rather than a character; the escape character itself is also escaped, and defaults to a forwards @@ -732,7 +732,7 @@ class ColumnOperators(Operators): .. versionadded:: 1.2 - .. versionchanged:: 1.2.0b4 The + .. versionchanged:: 1.2.0 The :paramref:`.ColumnOperators.endswith.autoescape` parameter is now a simple boolean rather than a character; the escape character itself is also escaped, and defaults to a forwards @@ -820,7 +820,7 @@ class ColumnOperators(Operators): .. versionadded:: 1.2 - .. versionchanged:: 1.2.0b4 The + .. versionchanged:: 1.2.0 The :paramref:`.ColumnOperators.contains.autoescape` parameter is now a simple boolean rather than a character; the escape character itself is also escaped, and defaults to a forwards |