1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[4.1.x] Fixed #33886 -- Reallowed using GeoIP2() when GEOS is not installed.

Regression in 31bef51d8e.

Backport of e7afb8a180 from main
This commit is contained in:
Aarni Koskela
2022-08-03 16:39:35 +03:00
committed by Mariusz Felisiak
parent 9e9bdf8dbd
commit a3ce58ac4c
2 changed files with 5 additions and 2 deletions

View File

@@ -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`).