#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 , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [9282]) Fixed #9391 --
AdminSite
andModelAdmin
now exposed indjango.contrib.gis.admin
for API consistency and convenience.