summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-10-17 14:27:53 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2016-10-17 14:27:53 -0400
commit480b4e467c6f10aee82bcb85a8ffa8ce9f4c3e72 (patch)
tree1048c79128ed8d9bfef572ff7f54ab41f50a06a4
parent7d8a6b2614da29f5e0a15fdb6a6935b40eee07db (diff)
downloadsqlalchemy-480b4e467c6f10aee82bcb85a8ffa8ce9f4c3e72.tar.gz
- correct ticket link markup
Change-Id: I49df318c77f9f539541e7edea857bd256aca2844
-rw-r--r--doc/build/changelog/changelog_11.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index 2d640c9e3..18a3e6791 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