daniyalzade/django_reverse_admin

Non-editable fields should be ignored by default

akx opened this issue · 2 comments

akx commented

I have a couple non-editable fields on the models-to-be-inlined.

Right now with just a inline_reverse = ['billing_address'] configuration I get

'ctime' cannot be specified for Address model form as it is a non-editable field.

Would be nice if those were ignored by default.

Thanks raising this @akx . #15 fixes this. I will be addressing the other issue you highlighted in an upcoming release, it is a bit more involved than this.

What if I want to display read_only fields ?