Author: jbronn
Date: 2008-10-26 13:12:31 -0500 (Sun, 26 Oct 2008)
New Revision: 9283

Modified:
   django/branches/releases/1.0.X/django/contrib/gis/admin/__init__.py
Log:
Fixed #9391 -- `AdminSite` and `ModelAdmin` now exposed in 
`django.contrib.gis.admin` for API consistency and convenience.

Backport of r9282 from trunk.


Modified: django/branches/releases/1.0.X/django/contrib/gis/admin/__init__.py
===================================================================
--- django/branches/releases/1.0.X/django/contrib/gis/admin/__init__.py 
2008-10-26 18:01:15 UTC (rev 9282)
+++ django/branches/releases/1.0.X/django/contrib/gis/admin/__init__.py 
2008-10-26 18:12:31 UTC (rev 9283)
@@ -1,5 +1,5 @@
 # Getting the normal admin routines, classes, and `site` instance.
-from django.contrib.admin import autodiscover, site, StackedInline, 
TabularInline, HORIZONTAL, VERTICAL
+from django.contrib.admin import autodiscover, site, AdminSite, ModelAdmin, 
StackedInline, TabularInline, HORIZONTAL, VERTICAL
 
 # Geographic admin options classes and widgets.
 from django.contrib.gis.admin.options import GeoModelAdmin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to