You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Django 1.6.1 with a GeoModelAdmin consisting of two maps. One with 1 geom field and the other with 2 geom fields similar to the exam for country admin shown below.
Defining more than one field/overlay in maps will trigger the exception:
Unknown field(s) (geom1_geom2_geom3) specified for Testmodel. Check fields/fieldsets/exclude attributes of class TestmodelAdmin.
Using Django 1.6.1 with a GeoModelAdmin consisting of two maps. One with 1 geom field and the other with 2 geom fields similar to the exam for country admin shown below.
Django returns an error as big_river and the_dam are joined to big_river_the_dam which causes a field lookup error
The text was updated successfully, but these errors were encountered: