Skip to content
New issue

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 Groups Issue #6

Open
bobhsr opened this issue Jul 31, 2013 · 0 comments
Open

Django Nonrel Groups Issue #6

bobhsr opened this issue Jul 31, 2013 · 0 comments

Comments

@bobhsr
Copy link

bobhsr commented Jul 31, 2013

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant