[Answer]-Django model inheritence

1👍

Nope.

models.ForeignKey() creates a new object from Foreign key class.

Maybe u can do something in init but this causes more code block and some third party tools like south may give error.

Leave a comment