summaryrefslogtreecommitdiff
path: root/docs/releases/1.5.1.txt
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2021-02-16 10:08:39 +0000
committerCarlton Gibson <carlton@noumenal.es>2021-02-17 14:24:42 +0100
commitd02d60eb0f032c9395199fb73c6cd29ee9bb2646 (patch)
tree3336cfad60d6edb7c9219e4453b2babe74b96239 /docs/releases/1.5.1.txt
parent4d99375b46ad03fa4b4795319973046f438328c8 (diff)
Added documentation extlink for bugs.python.org.
Diffstat (limited to 'docs/releases/1.5.1.txt')
-rw-r--r--docs/releases/1.5.1.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/releases/1.5.1.txt b/docs/releases/1.5.1.txt
index cc961ac304..66d7899762 100644
--- a/docs/releases/1.5.1.txt
+++ b/docs/releases/1.5.1.txt
@@ -10,10 +10,8 @@ compatible with Django 1.5, but includes a handful of fixes.
The biggest fix is for a memory leak introduced in Django 1.5. Under certain
circumstances, repeated iteration over querysets could leak memory - sometimes
quite a bit of it. If you'd like more information, the details are in
-:ticket:`our ticket tracker <19895>` (and in `a related issue`__ in Python
-itself).
-
-__ https://bugs.python.org/issue17468
+:ticket:`our ticket tracker <19895>` (and in :bpo:`a related issue <17468>` in
+Python itself).
If you've noticed memory problems under Django 1.5, upgrading to 1.5.1 should
fix those issues.