In an inline form, in the admin interface, I have a foreign key field.
If you look at the following image: http://www.image-share.com/ipng-147-172.html you will notice an engine field (Set to proximity).
What I'd like is to filter what appear in the list (currently track.context.max_media_duration and track.ambient.max_media_duration) bases on the engine selection.
I'd like it to change when the selection is changed, it will also have to mark existing one that has been filtered out for deletion or delete them.
I don't know where to start to implement such a feature.
Thanks