You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with django-oscar, in which all field attribute reside in an abstract class(say, AbstractProduct) and the models then Product (have no fields on them ) inherits the AbstractProduct.
I tried using this app, put metaclass = TransMeta, and provided translate in in class Meta. But i am getting this error "There is no field title in model Product, as specified in Meta's translate attribute".
Does this package does not takes into account this or is there something i missed out.Please help me overcome this problem.
The text was updated successfully, but these errors were encountered:
I am working with django-oscar, in which all field attribute reside in an abstract class(say, AbstractProduct) and the models then Product (have no fields on them ) inherits the AbstractProduct.
I tried using this app, put metaclass = TransMeta, and provided translate in in class Meta. But i am getting this error "There is no field title in model Product, as specified in Meta's translate attribute".
Does this package does not takes into account this or is there something i missed out.Please help me overcome this problem.
The text was updated successfully, but these errors were encountered: