mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.11.x] Fixed #28525 -- Documented GDAL and GeoIP exceptions.
Backport of 11f4c52ec7 from master
This commit is contained in:
@@ -167,5 +167,13 @@ The basename to use for the GeoIP country data file. Defaults to
|
||||
The basename to use for the GeoIP city data file. Defaults to
|
||||
``'GeoLite2-City.mmdb'``.
|
||||
|
||||
Exceptions
|
||||
==========
|
||||
|
||||
.. exception:: GeoIP2Exception
|
||||
|
||||
The exception raised when an error occurs in a call to the underlying
|
||||
``geoip2`` library.
|
||||
|
||||
.. rubric:: Footnotes
|
||||
.. [#] GeoIP(R) is a registered trademark of MaxMind, Inc.
|
||||
|
||||
Reference in New Issue
Block a user