diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-01-15 10:49:36 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-01-15 10:49:36 -0500 |
commit | 885f15a306efc4c907ca82fa13871992ee556466 (patch) | |
tree | b0a483144c7bffd479691dfcb47a7f45a666a619 /lib/sqlalchemy/events.py | |
parent | a7d6cb13ac96f2abc9366f5ed26fd91cd69ac7cd (diff) | |
download | sqlalchemy-885f15a306efc4c907ca82fa13871992ee556466.tar.gz |
Remove version directives for 0.6, 0.7, 0.8
- fix a few "seealso"s
- ComparableProprerty's "superseded in 0.7" becomes deprecated in 0.7
Backport to currently maintained doc versions 1.2, 1.1
Change-Id: Ib1fcb2df8673dbe5c4ffc47f3896a60d1dfcb4b2
Diffstat (limited to 'lib/sqlalchemy/events.py')
-rw-r--r-- | lib/sqlalchemy/events.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/sqlalchemy/events.py b/lib/sqlalchemy/events.py index 289437e05..c1b6f3740 100644 --- a/lib/sqlalchemy/events.py +++ b/lib/sqlalchemy/events.py @@ -428,8 +428,6 @@ class PoolEvents(event.Events): :param connection_record: the :class:`._ConnectionRecord` managing the DBAPI connection. - .. versionadded:: 0.8 - .. seealso:: :meth:`.ConnectionEvents.rollback` @@ -592,10 +590,6 @@ class ConnectionEvents(event.Events): and parameters. See those methods for a description of specific return arguments. - .. versionchanged:: 0.8 :class:`.ConnectionEvents` can now be associated - with any :class:`.Connectable` including :class:`.Connection`, - in addition to the existing support for :class:`.Engine`. - """ _target_class_doc = "SomeEngine" |