Hi,
I have started to use, but it doesn't seem to work in a CTF popup... where I have
DataObjectA has_many DataObjectB
DataObjectB many_many DataObjectC
my ModelAdmin has managed_models includes DataObjectA, it scafolds the has_many so that DataObjectB can be editted in a HMCTF and in this situation I am using the ManyManyPickerField and when I select something it does not update the list.
Can anyone help with this please?