Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28559 closed Cleanup/optimization (fixed)

Remove OGRException backwards compatibility alias

Reported by: Nick Pope Owned by: Nick Pope
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

OGRException was kept for backwards compatibility when merged with GDALException for Django 1.8.

Case for removal:

  1. The release notes for Django 1.8 said it "should not be used any longer".
  2. It is undocumented which was discovered when working on #28525.
  3. Removal with major version bump to 2.0 seems a good time.

Change History (4)

comment:1 by Nick Pope, 7 years ago

Has patch: set

comment:2 by Claude Paroz, 7 years ago

Triage Stage: UnreviewedReady for checkin

comment:3 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In f9c2fd30:

Fixed #28559 -- Removed contrib.gis.gdal.OGRException backwards compatibility alias.

comment:4 by Tim Graham, 7 years ago

Summary: Remove obsolete OGRExceptionRemove OGRException backwards compatibility alias
Note: See TracTickets for help on using tickets.
Back to Top