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