Hi,
How can I add in my custom class an option to a field existing in the parent model?
More concretely: I'm writing a custom comment model inheriting from django.contrib.comments.models.Comment
.
I'd like to add the option editable = False
to the IPAddressField
.
thank you