Kaydet (Commit) ebfb71c6 authored tarafından Florian Apolloner's avatar Florian Apolloner

Fixed previous commit. (Don't commit from DjangCon!)

üst f6d1ca56
......@@ -31,8 +31,6 @@ class GeoAdminTest(TestCase):
def test_olmap_WMS_rendering(self):
geoadmin = admin.GeoModelAdmin(City, admin.site)
geoadmin = admin.site._registry[City]
result = geoadmin.get_map_widget(City._meta.get_field('point'))(
).render('point', Point(-79.460734, 40.18476))
self.assertIn(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment