From f58ca25df7adbac0e0c94e467999c0f2a228d779 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 24 Apr 2015 17:51:39 -0400 Subject: [PATCH] - tag declarative as "orm declarative" --- doc/build/changelog/changelog_10.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.47.3