Closed lsbardel closed 12 years ago
Currently is not possible to filter on Foreign key fields. The idea is to be able to do so in a similar way as it is done in django:
MyModel.objects.filter(fkfieldname__name = 'bla')
There are three obvious solutions to deal with this.
This will be handled by a lua script when time is right
Done, this will be available in version 0.7
Currently is not possible to filter on Foreign key fields. The idea is to be able to do so in a similar way as it is done in django: