@spencewb16_twitter it's issue with base_object
, because when i did
class EthernetInline(RalphTabularInline):
model = Ethernet
fields = (
'base_object', 'model', #'mac', 'model_name', 'label', 'speed',
)
extra = 1
raw_id_fields = ['model']
#formset = NetworkInlineFormset
form = EthernetLockDeleteForm
this works
_dhcp_expose_should_lock_fields
is set to True