diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-04 21:12:31 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-04 21:12:31 -0500 |
| commit | ecb3865615082301c2e5ab7f8e8a40bfbb99b05c (patch) | |
| tree | 6a12d6c09d79f7655d867f5b6190d38d547b8584 /doc/build | |
| parent | cad46c3cdca2bb914bcfc233fcbd3647eaf8ffe9 (diff) | |
| download | sqlalchemy-ecb3865615082301c2e5ab7f8e8a40bfbb99b05c.tar.gz | |
- The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`
parameters are now available on the :meth:`.MetaData.reflect`
method.
- starting to use paramref and need newer paramlinks version.
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/changelog/changelog_09.rst | 7 | ||||
| -rw-r--r-- | doc/build/requirements.txt | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index c72d853d9..2dbb9702d 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -15,6 +15,13 @@ :version: 0.9.1 .. change:: + :tags: feature, core + + The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace` + parameters are now available on the :meth:`.MetaData.reflect` + method. + + .. change:: :tags: bug, orm, declarative Fixed an extremely unlikely memory issue where when using diff --git a/doc/build/requirements.txt b/doc/build/requirements.txt index 52f594ca5..a5b32f735 100644 --- a/doc/build/requirements.txt +++ b/doc/build/requirements.txt @@ -1,3 +1,3 @@ mako changelog>=0.3.2 -sphinx-paramlinks>=0.1.8 +sphinx-paramlinks>=0.1.9 |
