summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-08-03 16:39:35 +0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-08-03 16:55:23 +0200
commite7afb8a18061f664a5d20d409d423b77195e6060 (patch)
tree8624288efb52f36f13aa1d8ea711b4c5c2f64dbd /docs
parent4e13b40a764cfdae50416338c5d077e9d9a6d0f1 (diff)
Fixed #33886 -- Reallowed using GeoIP2() when GEOS is not installed.
Regression in 31bef51d8ea5e3bf650de1495ae1f0566670b8f3.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt
index ff4085746d..67b0898e0e 100644
--- a/docs/releases/4.1.1.txt
+++ b/docs/releases/4.1.1.txt
@@ -9,4 +9,5 @@ Django 4.1.1 fixes several bugs in 4.1.
Bugfixes
========
-* ...
+* Reallowed, following a regression in Django 4.1, using ``GeoIP2()`` when GEOS
+ is not installed (:ticket:`33886`).