]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- correct ticket link markup
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Oct 2016 18:27:53 +0000 (14:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 17 Oct 2016 18:27:53 +0000 (14:27 -0400)
Change-Id: I49df318c77f9f539541e7edea857bd256aca2844

doc/build/changelog/changelog_11.rst

index 2d640c9e3c27e3b6cbd691998ca1901ac7b4c371..18a3e6791208cc0a125c25ad2e486acdd0aeb644 100644 (file)
@@ -37,7 +37,7 @@
 
         Fixed bug involving the rule to disable a joined collection eager
         loader on the other side of a many-to-one lazy loader, first added
-        in [ticket:1495], where the rule would fail if the parent object
+        in :ticket:`1495`, where the rule would fail if the parent object
         had some other lazyloader-bound query options associated with it.
 
     .. change::
@@ -45,7 +45,7 @@
         :tickets: 3822
 
         Fixed self-referential entity, deferred column loading issue in a
-        similar style as that of [ticket:3431], [ticket:3811] where an entity
+        similar style as that of :ticket:`3431`, :ticket:`3811` where an entity
         is present in multiple positions within the row due to self-referential
         eager loading; when the deferred loader only applies to one of the
         paths, the "present" column loader will now override the deferred non-
@@ -57,7 +57,7 @@
 
         Fixed regression in :class:`.Enum` type where event handlers were not
         transferred in the case of the type object being copied, due to a
-        conflicting copy() method added as part of [ticket:3250].  This copy
+        conflicting copy() method added as part of :ticket:`3250`.  This copy
         occurs normally in situations when the column is copied, such as
         in tometadata() or when using declarative mixins with columns.  The
         event handler not being present would impact the constraint being