From: Mike Bayer Date: Fri, 24 Apr 2015 21:51:39 +0000 (-0400) Subject: - tag declarative as "orm declarative" X-Git-Tag: rel_1_0_2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f58ca25df7adbac0e0c94e467999c0f2a228d779;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - tag declarative as "orm declarative" --- diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index ec18563465..ed9d41ec4f 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -39,7 +39,7 @@ in every case. .. change:: - :tags: bug, ext, declarative + :tags: bug, orm, declarative :tickets: 3383 Fixed regression regarding the declarative ``__declare_first__`` @@ -404,7 +404,7 @@ courtesy Thomas Grainger. .. change:: - :tags: change, ext, declarative + :tags: change, orm, declarative :tickets: 3331 Loosened some restrictions that were added to ``@declared_attr`` @@ -456,7 +456,7 @@ on compatibility concerns, see :doc:`/changelog/migration_10`. .. change:: - :tags: feature, extensions + :tags: feature, ext :tickets: 3054 Added a new extension suite :mod:`sqlalchemy.ext.baked`. This @@ -531,7 +531,7 @@ continued after the error raise occurred. .. change:: - :tags: bug, ext + :tags: bug, orm, declarative :tickets: 3219, 3240 Fixed bug where using an ``__abstract__`` mixin in the middle @@ -1284,7 +1284,7 @@ all transactional status and operations. .. change:: - :tags: bug, declarative + :tags: bug, orm, declarative :tickets: 2670 A relationship set up with :class:`.declared_attr` on @@ -1297,7 +1297,7 @@ :ref:`feature_3150` .. change:: - :tags: feature, declarative + :tags: feature, orm, declarative :tickets: 3150 The :class:`.declared_attr` construct has newly improved