Skip to content

Django Nonrel Groups Issue #6

@bobhsr

Description

@bobhsr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions