diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-31 12:00:56 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-05-31 12:00:56 -0400 |
| commit | 832d657854f6fca8a1925e89f0ad20d260dc9e45 (patch) | |
| tree | f48215e0630750f8e86daffa0367daabdd0438c7 | |
| parent | 2cd1a43778d4dca0846d2e50fc5934e6f5ac3738 (diff) | |
| download | sqlalchemy-832d657854f6fca8a1925e89f0ad20d260dc9e45.tar.gz | |
0.8 changelog in 0.9
| -rw-r--r-- | doc/build/changelog/changelog_08.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_08.rst b/doc/build/changelog/changelog_08.rst index 67824b8e1..211668867 100644 --- a/doc/build/changelog/changelog_08.rst +++ b/doc/build/changelog/changelog_08.rst @@ -7,6 +7,17 @@ :version: 0.8.2 .. change:: + :tags: feature, orm + :tickets: 2736 + + Added a new method :meth:`.Query.select_entity_from` which + will in 0.9 replace part of the functionality of + :meth:`.Query.select_from`. In 0.8, the two methods perform + the same function, so that code can be migrated to use the + :meth:`.Query.select_entity_from` method as appropriate. + See the 0.9 migration guide for details. + + .. change:: :tags: bug, orm :tickets: 2737 |
