#Django devs, I need your help!
Is there a way to display a model object’s data in a ModelForm as an uneditable field?
Use case: User A submits an order for User B to execute. On creation time, User A can choose an executor. User B can edit the order submitted to him, but can’t edit the ‘executor’ field any more. I do still want to show it in the HTML form, though.
Is there a way to cleanly implement it with ModelForm?
Plz boost because I’ve been sitting at this for two hours now 😩
@kytta might have done something like this but don’t recall it to be a model form… can check tomorrow when I’m at my desk and get back? Remind me in 14 hours pls if I haven’t gotten back to you?