Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#28525 closed Cleanup/optimization (fixed)

Document GDAL & GeoIP exceptions

Reported by: Nick Pope Owned by: Nick Pope
Component: Documentation Version: dev
Severity: Normal Keywords: gdal geoip geoip2 exceptions documentation
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

The custom exceptions in the django.contrib.gis.geos package are documented; those in django.contrib.gis.gdal and django.contrib.gis.geoip2 are not.

Change History (5)

comment:1 Changed 6 years ago by Nick Pope

Has patch: set
Last edited 6 years ago by Tim Graham (previous) (diff)

comment:2 Changed 6 years ago by Tim Graham

Summary: Add missing documentation for GDAL & GeoIP exceptionsDocument GDAL & GeoIP exceptions
Triage Stage: UnreviewedAccepted

comment:3 Changed 6 years ago by Tim Martin

Patch needs improvement: set

The patch looks good to me, but I had one query about the OGRIndexError description.

comment:4 Changed 6 years ago by Tim Graham <timograham@…>

Resolution: fixed
Status: assignedclosed

In 11f4c52e:

Fixed #28525 -- Documented GDAL and GeoIP exceptions.

comment:5 Changed 6 years ago by Tim Graham <timograham@…>

In 1739ef78:

[1.11.x] Fixed #28525 -- Documented GDAL and GeoIP exceptions.

Backport of 11f4c52ec74ea5244bc5988f37cbfdce2586b642 from master

Note: See TracTickets for help on using tickets.
Back to Top