diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-08 15:55:08 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-06-08 15:55:08 -0400 |
| commit | 27f7c595d216c8b1d87e5a3648ada09f684542d9 (patch) | |
| tree | de07aa5ef8c3c012a322ab076897a62a07e11fe4 /lib/sqlalchemy/orm/exc.py | |
| parent | 97e97324d67056972b1f959ce41d0be441cec992 (diff) | |
| download | sqlalchemy-27f7c595d216c8b1d87e5a3648ada09f684542d9.tar.gz | |
Add some `Sphinx` paragraph level versions informations markups,
such as ``.. versionadded::``, ``.. versionchanged::`` and ``.. deprecated::``.
Diffstat (limited to 'lib/sqlalchemy/orm/exc.py')
| -rw-r--r-- | lib/sqlalchemy/orm/exc.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/sqlalchemy/orm/exc.py b/lib/sqlalchemy/orm/exc.py index 2aaf1490b..9b3a78c43 100644 --- a/lib/sqlalchemy/orm/exc.py +++ b/lib/sqlalchemy/orm/exc.py @@ -27,12 +27,14 @@ class StaleDataError(sa.exc.SQLAlchemyError): * A mapped object with version_id_col was refreshed, and the version number coming back from the database does not match that of the object itself. - + * A object is detached from its parent object, however the object was previously attached to a different parent identity which was garbage collected, and a decision cannot be made if the new parent was really the most - recent "parent" (new in 0.7.4). + recent "parent". + + .. versionadded:: 0.7.4 """ |
