Skip to content

Commit ebfb71c

Browse files
committed
Fixed previous commit. (Don't commit from DjangCon!)
1 parent f6d1ca5 commit ebfb71c

File tree

1 file changed

+0
-2
lines changed
  • django/contrib/gis/tests/geoadmin

1 file changed

+0
-2
lines changed

django/contrib/gis/tests/geoadmin/tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ def test_olmap_OSM_rendering(self):
3131

3232
def test_olmap_WMS_rendering(self):
3333
geoadmin = admin.GeoModelAdmin(City, admin.site)
34-
35-
geoadmin = admin.site._registry[City]
3634
result = geoadmin.get_map_widget(City._meta.get_field('point'))(
3735
).render('point', Point(-79.460734, 40.18476))
3836
self.assertIn(

0 commit comments

Comments
 (0)