Closed ferndot closed 5 years ago
It would be nice to be able to override the default EmailAddress model. In my case, I would like to use UUID PKs instead of the default AutoField.
Others might want to attach additional fields to the model.
Hi @joshua-s,
I'm curious if you are looking into this or if you know of anyone who is?
Hey @jakeharding! I am willing to implement this if there is interest. PR coming soon!
It would be nice to be able to override the default EmailAddress model. In my case, I would like to use UUID PKs instead of the default AutoField.
Others might want to attach additional fields to the model.