summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.17.txt4
-rw-r--r--docs/releases/2.0.10.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/releases/1.11.17.txt b/docs/releases/1.11.17.txt
index 52d86601a6..db201d0b9a 100644
--- a/docs/releases/1.11.17.txt
+++ b/docs/releases/1.11.17.txt
@@ -9,4 +9,6 @@ Django 1.11.17 fixes several bugs in 1.11.16.
Bugfixes
========
-* ...
+* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter``
+ class in an attempt to fix a random crash involving ``LooseVersion`` since
+ Django 1.11.14 (:ticket:`29959`).
diff --git a/docs/releases/2.0.10.txt b/docs/releases/2.0.10.txt
index 70d74559a4..fd2e7f5ebf 100644
--- a/docs/releases/2.0.10.txt
+++ b/docs/releases/2.0.10.txt
@@ -9,4 +9,6 @@ Django 2.0.10 fixes several bugs in 2.0.9.
Bugfixes
========
-* ...
+* Prevented repetitive calls to ``geos_version_tuple()`` in the ``WKBWriter``
+ class in an attempt to fix a random crash involving ``LooseVersion`` since
+ Django 2.0.6 (:ticket:`29959`).