Try abstract base class , implement and you do the model works , make composite pattern fine, after use django to this:
The base it's: in the composite object you overwrite method of simple object.
Em segunda-feira, 3 de outubro de 2016 18:08:13 UTC-3, Sylvain Dégué escreveu:
Hi,
I was wondering if it was possible to apply the
Composite Pattern in the models. If yes, how?