Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#9391 closed (fixed)

Expose more admin objects in `django.contrib.gis.admin` for API consistency

Reported by: jbronn Owned by: jbronn
Component: GIS Version: 1.0
Severity: Keywords: gis admin
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

All of django.contrib.admin's objects are not exposed in django.contrib.gis.admin. At the least ModelAdmin and AdminSite should also be exposed; this will make consistent with other GeoDjango modules (see django.contrib.gis.db.models).

Change History (4)

comment:1 by jbronn, 16 years ago

Status: newassigned

comment:2 by jbronn, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [9282]) Fixed #9391 -- AdminSite and ModelAdmin now exposed in django.contrib.gis.admin for API consistency and convenience.

comment:3 by jbronn, 16 years ago

(In [9283]) Fixed #9391 -- AdminSite and ModelAdmin now exposed in django.contrib.gis.admin for API consistency and convenience.

Backport of r9282 from trunk.

comment:4 by (none), 16 years ago

milestone: post-1.0

Milestone post-1.0 deleted

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