-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Django Nonrel branch version 1.4 of Django is being used.
Groups from: https://github.com/django-nonrel/django-permission-backend-nonrel
The admin section works fine. I am able to create groups, assign them to users.
Now adding them to the template throws an error.
{% for group in user.groups.all %}
{{group.name}}
{% endfor %}
The error I am getting is:
This query is not supported by the database.
Metadata
Metadata
Assignees
Labels
No labels