Remove OGRException backwards compatibility alias
OGRException
was kept for backwards compatibility when merged with GDALException
for Django 1.8.
Case for removal:
- The release notes for Django 1.8 said it "should not be used any longer".
- It is undocumented which was discovered when working on #28525.
- Removal with major version bump to 2.0 seems a good time.
Change History
(4)
Triage Stage: |
Unreviewed → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Summary: |
Remove obsolete OGRException → Remove OGRException backwards compatibility alias
|
PR