mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
[5.1.x] Fixed #35681 -- Corrected geoip2 docs when describing GeoIP2Exception.
Backport of 826ef006681eae1e9b4bd0e4f18fa13713025cba from main.
This commit is contained in:
parent
9da696f539
commit
d3da505999
@ -195,8 +195,9 @@ Exceptions
|
|||||||
|
|
||||||
.. exception:: GeoIP2Exception
|
.. exception:: GeoIP2Exception
|
||||||
|
|
||||||
The exception raised when an error occurs in a call to the underlying
|
The exception raised when an error occurs in the :class:`GeoIP2` wrapper.
|
||||||
``geoip2`` library.
|
Exceptions from the underlying ``geoip2`` library are passed through
|
||||||
|
unchanged.
|
||||||
|
|
||||||
.. rubric:: Footnotes
|
.. rubric:: Footnotes
|
||||||
.. [#] GeoIP(R) is a registered trademark of MaxMind, Inc.
|
.. [#] GeoIP(R) is a registered trademark of MaxMind, Inc.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user