summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Pope <nick@nickpope.me.uk>2024-10-15 09:48:59 +0100
committerNatalia <124304+nessita@users.noreply.github.com>2024-10-17 21:42:06 -0300
commit51eb666758840e0fca15414f1c5826bd20e31153 (patch)
treeaad3b0d8f8f38a677551115935ad04cd6c83e613 /docs
parent434cf004b8613908508bee506eab67fbf2374c41 (diff)
[5.1.x] Fixed #35841 -- Restored support for DB-IP databases in GeoIP2.
Thanks Felix Farquharson for the report and Claude Paroz for the review. Regression in 40b5b1596f7505416bd30d5d7582b5a9004ea7d5. Co-authored-by: Natalia <124304+nessita@users.noreply.github.com> Backport of 3fad712a91a8a8f6f6f904aff3d895e3b06b24c7 from main.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.1.3.txt b/docs/releases/5.1.3.txt
index e3c62072b5..0dd5b42cb8 100644
--- a/docs/releases/5.1.3.txt
+++ b/docs/releases/5.1.3.txt
@@ -14,3 +14,6 @@ Bugfixes
:class:`~django.core.validators.DomainNameValidator` accepted any input value
that contained a valid domain name, rather than only input values that were a
valid domain name (:ticket:`35845`).
+
+* Fixed a regression in Django 5.1 that prevented the use of DB-IP databases
+ with :class:`~django.contrib.gis.geoip2.GeoIP2` (:ticket:`35841`).