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

Fixed #33442 -- Allowed GeoIP2 to use DB-IP Lite datasets.

This commit is contained in:
Claude Paroz
2022-07-29 18:34:18 +02:00
committed by Mariusz Felisiak
parent 6654289f5b
commit 1e5bbbb2a8
3 changed files with 14 additions and 5 deletions

View File

@@ -60,6 +60,9 @@ Minor features
* The :class:`~django.contrib.gis.gdal.GDALRaster` class now supports
:class:`pathlib.Path`.
* The :class:`~django.contrib.gis.geoip2.GeoIP2` class now supports ``.mmdb``
files downloaded from DB-IP.
:mod:`django.contrib.messages`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~