index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
gis
/
geoip2.txt
Age
Commit message (
Expand
)
Author
2025-08-28
Replaced :doc: role usage with :ref: when appropriate in docs.
Natalia
2025-01-15
Removed django.contrib.gis.geoip2.GeoIP2.open() per deprecation timeline.
Sarah Boyce
2025-01-15
Removed django.contrib.gis.geoip2.GeoIP2.coords() per deprecation timeline.
Sarah Boyce
2024-09-06
Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception.
Jon Ribbens
2024-08-05
Used :pypi: role in docs where appropriate.
Mariusz Felisiak
2024-01-10
Fixed #35092 -- Exposed extra fields for GeoIP2.country() and GeoIP2.city() r...
Nick Pope
2024-01-07
Fixed #35091 -- Allowed GeoIP2 querying using IPv4Address/IPv6Address.
Nick Pope
2023-12-05
Deprecated django.contrib.gis.geoip2.GeoIP2.open().
Nick Pope
2023-12-01
Deprecated django.contrib.gis.geoip2.GeoIP2.coords().
Nick Pope
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-04-17
Used extlinks for PyPI links.
Tim Graham
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-07-30
Fixed #33442 -- Allowed GeoIP2 to use DB-IP Lite datasets.
Claude Paroz
2021-09-21
Fixed broken links and redirects in docs.
Mariusz Felisiak
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-01
Prevented (and corrected) single backtick usage in docs.
Adam Johnson
2019-08-13
Fixed #30461 -- Made GeoIP2 and GEOIP_PATH setting accept pathlib.Path as lib...
Claude Paroz
2019-05-07
Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict.
Chris Adkins
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-01-07
Updated various links in docs to use HTTPS.
Mariusz Felisiak
2017-10-25
Fixed #28740 -- Added 'continent_code' and 'continent_name' in GeoIP2.city() ...
Ryan Verner
2017-09-02
Fixed #28525 -- Documented GDAL and GeoIP exceptions.
Nick Pope
2017-09-01
Reordered GeoIP docs be consistent with GDAL/GEOS ordering.
Nick Pope
2017-09-01
Made GeoIP docs headers consistent with other GIS docs.
Nick Pope
2017-05-22
Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.
R3turnz
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-04-28
Fixed #26554 -- Updated docs URLs to readthedocs.io
Tim Graham
2016-04-17
Fixed #25951 -- Trimmed default representation of GEOSGeometry
Claude Paroz
2016-02-19
Fixed #25974 -- Switched GIS docs to 4 spaces indentation.
Sergey Fedoseev
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-07-31
Fixed #25184 -- Added support for MaxMind GeoLite2 database format
Flavio Curella