lsbardel / python-stdnet

Object-data mapper and advanced query manager for non relational databases
http://lsbardel.github.com/python-stdnet/
BSD 3-Clause "New" or "Revised" License
120 stars 20 forks source link

Filtering on ForeignKey fields #9

Closed lsbardel closed 12 years ago

lsbardel commented 13 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')
lsbardel commented 13 years ago

There are three obvious solutions to deal with this.

lsbardel commented 13 years ago

This will be handled by a lua script when time is right

lsbardel commented 12 years ago

Done, this will be available in version 0.7