summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-03-04 14:16:56 -0500
committerTim Graham <timograham@gmail.com>2016-03-04 14:17:48 -0500
commit067d8c3500cfe63627b2f5d342f49451d2e68307 (patch)
tree2b587408569619a3f539e2c6c1b38099955bd7de /docs
parent2a9ce3627179425f20c56ae43cac65d9f67c69df (diff)
[1.9.x] Fixed typo in docs/releases/1.9.1.txt.
Backport of cecbf1bdef04e00e6947f47d96198aa57c2a0dc3 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.1.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt
index b336419ebe..27c22c0001 100644
--- a/docs/releases/1.9.1.txt
+++ b/docs/releases/1.9.1.txt
@@ -36,7 +36,7 @@ Bugfixes
to work on both Python 2 and Python 3.
* Prevented ``QuerySet.delete()`` from crashing on MySQL when querying across
- relations (:ticket`25882`).
+ relations (:ticket:`25882`).
* Fixed evaluation of zero-length slices of ``QuerySet.values()``
(:ticket:`25894`).