I'm struggeling with the 'default' user-class of django-nonrel and it's groups-property. I'm trying to find a specific group by it's name of the given user (a.k.a. user.belongs_to_group(name)). Sadly, I just get a 'This query is not supported by the database.'-error calling this method.
I added djangotoolbox and django-permission-backend-nonrel to the project, but no success.
Update: Sorry, I was a bit unclear, maybe. The problem seems to be, that the ManyRelatedManager does not seem to work with django-nonrel. Does anybody know, if it should be working or is there some kind of workaround?