diff options
| author | Tim Graham <timograham@gmail.com> | 2016-03-04 14:16:56 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-04 14:16:56 -0500 |
| commit | cecbf1bdef04e00e6947f47d96198aa57c2a0dc3 (patch) | |
| tree | 12810107a247d718323171df7ff65a026c1bc073 | |
| parent | 2f0c785a4c2353a3035ba6022cec5e25fb9d569b (diff) | |
Fixed typo in docs/releases/1.9.1.txt.
| -rw-r--r-- | docs/releases/1.9.1.txt | 2 |
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`). |
