Open Luis-Palacios opened 9 years ago
Have you find a solution for this problem?
sadly no
I have removed this
if (jQuery != undefined) {
var django = {
'jQuery': jQuery,
}
}
from top of geoposition.js and is working fine!! :smile:
Hope it helps you
Hey there i was going mad trying to find why my prepopulated_fields were not working i finally narrowed down to start removing fields from my model and when i removed the GeopositionField the prepopulated fields worked.
I am using django 1.7.4 and django-geoposition 0.2.2, my admin theme is django-suit 0.2.12
Here is my model:
and my admin.py
the error i get is in the index script where it does this:
it says in the console that undefined is not a function, i did some debuggin and it was referring to prepopulated