==============================
-What's New in SQLAlchemy 0.8?
+What's New in SQLAlchemy 0.9?
==============================
.. admonition:: About this Document
This document describes changes between SQLAlchemy version 0.8,
undergoing maintenance releases as of May, 2013,
- and SQLAlchemy version 0., which is expected for release
+ and SQLAlchemy version 0.9, which is expected for release
in late 2013.
Document date: May 29, 2013
:ref:`Overview <overview>` |
:ref:`Installation Guide <installation>` |
-:doc:`Migration from 0.7 <changelog/migration_08>` |
+:doc:`Migration from 0.8 <changelog/migration_09>` |
:doc:`Glossary <glossary>` |
:doc:`Changelog catalog <changelog/index>`
.. autofunction:: object_session
-.. autofunction:: was_deleted
+.. autofunction:: sqlalchemy.orm.util.was_deleted
Attribute and State Management Utilities
-----------------------------------------