I have a custom field (lng_lat) on my model and a custom widget such that when this field is displayed within a form that field is rendered as a clickable GoogleMap (using the Googlemap API).
This custom widget works beautifully.
I have a need to display the lng_lat field in a ListVview - how do i get Django to use the same widget to display the lng_lat field in a simple view.
The readonly page uses the ListView and the correct model.