diff options
Diffstat (limited to 'lib/sqlalchemy/sql')
| -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 |
