diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-13 19:45:34 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-08-13 19:45:34 -0400 |
| commit | 7fc08fe89af9760750899346cf81bd74e0d9150f (patch) | |
| tree | d1a9c485c7795bf33bda15900411aefcec91d193 /doc | |
| parent | ea85c7053dc9532a95fd487628768fdfc1ca5c30 (diff) | |
| download | sqlalchemy-7fc08fe89af9760750899346cf81bd74e0d9150f.tar.gz | |
- The ``info`` parameter has been added to the constructor for
:class:`.SynonymProperty` and :class:`.ComparableProperty`.
- The ``info`` parameter has been added as a constructor argument
to all schema constructs including :class:`.MetaData`,
:class:`.Index`, :class:`.ForeignKey`, :class:`.ForeignKeyConstraint`,
:class:`.UniqueConstraint`, :class:`.PrimaryKeyConstraint`,
:class:`.CheckConstraint`.
fixes #2963
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/changelog_10.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index c59d7c912..815de72c7 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -18,6 +18,23 @@ .. change:: :tags: orm, feature + :tickets: 2963 + + The ``info`` parameter has been added to the constructor for + :class:`.SynonymProperty` and :class:`.ComparableProperty`. + + .. change:: + :tags: sql, feature + :tickets: 2963 + + The ``info`` parameter has been added as a constructor argument + to all schema constructs including :class:`.MetaData`, + :class:`.Index`, :class:`.ForeignKey`, :class:`.ForeignKeyConstraint`, + :class:`.UniqueConstraint`, :class:`.PrimaryKeyConstraint`, + :class:`.CheckConstraint`. + + .. change:: + :tags: orm, feature :tickets: 2971 The :meth:`.InspectionAttr.info` collection is now moved down to |
