Open burakkilic opened 11 years ago
Hi again;
I am editing the issue. Sorry.
I am using User in tastypie as:
class UserResource(resources.MongoEngineResource): ratings = fields.ReferencedListField(of='lyke.api.ActivityResource', attribute='ratings', full=True)
and getting 'RegistrationProfile' object has no attribute 'ratings' error. What can I do?
RegistrationProfile is a descendant of the user class. It is User object already. All instances of the RegistrationProfile class are instances of the User class already.
Hi again;
I am editing the issue. Sorry.
I am using User in tastypie as:
class UserResource(resources.MongoEngineResource): ratings = fields.ReferencedListField(of='lyke.api.ActivityResource', attribute='ratings', full=True)
and getting 'RegistrationProfile' object has no attribute 'ratings' error. What can I do?