3π
β
Are only the model fields explicitly declared visible in the
ModelForm?
Yes, generally you donβt want to mess with this field, if the user inputs a value for the id field itβs very likely to be duplicated so this is something you want django to take care of for you.
π€e4c5
Source:stackexchange.com