diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-08-05 15:35:50 +0200 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2024-08-05 10:36:41 -0300 |
| commit | 20bd3f02becc8c8657a23f058b82e8708e9336cc (patch) | |
| tree | 18fa054c77d7642fc7c9ca2322662b7fe0b9c2f7 /docs/ref/contrib | |
| parent | 88ebcb1856deef5ab777601a735c9954ac723325 (diff) | |
[5.1.x] Used :pypi: role in docs where appropriate.
Backport of 304d25667433a59409e334a93acaaa9201840508 from main.
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/gis/geoip2.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt index 2be6ea516c..a4a28496f6 100644 --- a/docs/ref/contrib/gis/geoip2.txt +++ b/docs/ref/contrib/gis/geoip2.txt @@ -5,8 +5,8 @@ Geolocation with GeoIP2 .. module:: django.contrib.gis.geoip2 :synopsis: Python interface for MaxMind's GeoIP2 databases. -The :class:`GeoIP2` object is a wrapper for the `MaxMind geoip2 Python -library`__. [#]_ +The :class:`GeoIP2` object is a wrapper for the :pypi:`MaxMind geoip2 Python +library <geoip2>`. [#]_ In order to perform IP-based geolocation, the :class:`GeoIP2` object requires the :pypi:`geoip2` Python package and the GeoIP ``Country`` and/or ``City`` @@ -18,7 +18,6 @@ the :setting:`GEOIP_PATH` setting. Additionally, it is recommended to install the `libmaxminddb C library`__, so that ``geoip2`` can leverage the C library's faster speed. -__ https://geoip2.readthedocs.io/ __ https://dev.maxmind.com/geoip/geolite2-free-geolocation-data __ https://db-ip.com/db/lite.php __ https://github.com/maxmind/libmaxminddb/ |
