From: Mike Bayer Date: Mon, 17 Oct 2016 18:27:53 +0000 (-0400) Subject: - correct ticket link markup X-Git-Tag: rel_1_1_2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480b4e467c6f10aee82bcb85a8ffa8ce9f4c3e72;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - correct ticket link markup Change-Id: I49df318c77f9f539541e7edea857bd256aca2844 --- diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst index 2d640c9e3c..18a3e67912 100644 --- a/doc/build/changelog/changelog_11.rst +++ b/doc/build/changelog/changelog_11.rst @@ -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