We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The error I am getting is:
The text was updated successfully, but these errors were encountered: