django-nonrel / django-permission-backend-nonrel

A Django authentication backend that supports Django's user and group permissions on Django-Nonrel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Nonrel Groups Issue

bobhsr opened this issue · comments

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.