I am using in my application Tastypie-mongoengine, and was trying to do a filter on a field with ReferenceListField, is this possible?
I find nothing
I was trying to use it in my class goal:
filtering = {
'PlayerClub': ALL_WITH_RELATIONS
}
But without any success.
I wonder if it is possible to make a filter on a field with ReferenceListField?