diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2024-01-07 07:15:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-07 08:15:40 +0100 |
| commit | cc56c22a24ef717cc3111e92ca146136fa518d55 (patch) | |
| tree | aca8f9142cbb55c63895c420e7a6bf387811e47f /docs/releases | |
| parent | 53fc6ac64976a7693d2272050a03b71e56b16578 (diff) | |
Fixed #35091 -- Allowed GeoIP2 querying using IPv4Address/IPv6Address.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/5.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index e84a27a0ec..d458811471 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -59,6 +59,9 @@ Minor features * :class:`~django.contrib.gis.db.models.Collect` is now supported on MySQL 8.0.24+. +* :class:`~django.contrib.gis.geoip2.GeoIP2` now allows querying using + :class:`ipaddress.IPv4Address` or :class:`ipaddress.IPv6Address` objects. + :mod:`django.contrib.messages` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
