django-typed-models
django-typed-models copied to clipboard
using db_column to distinguish field with same names in child models
Hi there,
I am just wandering, would it be (theoretically, I see it is not possible right now) possible to use same names for fields in derived classes if each used a different db_column name? At first glance, it seems to me that this should be feasible.
Best regards Beda
Yes it should be doable, and makes sense 👍