]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- tag declarative as "orm declarative"
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Apr 2015 21:51:39 +0000 (17:51 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Apr 2015 21:52:00 +0000 (17:52 -0400)
doc/build/changelog/changelog_10.rst

index ec18563465375ed32e921a24ce595a1226610edb..ed9d41ec4fd3cf4c15c9293b0a5895a9db8ba3e6 100644 (file)
@@ -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__``
         courtesy Thomas Grainger.
 
     .. change::
-        :tags: change, ext, declarative
+        :tags: change, orm, declarative
         :tickets: 3331
 
         Loosened some restrictions that were added to ``@declared_attr``
     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
         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
         all transactional status and operations.
 
     .. change::
-        :tags: bug, declarative
+        :tags: bug, orm, declarative
         :tickets: 2670
 
         A relationship set up with :class:`.declared_attr` on
             :ref:`feature_3150`
 
     .. change::
-        :tags: feature, declarative
+        :tags: feature, orm, declarative
         :tickets: 3150
 
         The :class:`.declared_attr` construct has newly improved