Skip to content

Document the "execute_sql" permission #112

@toolness

Description

@toolness

Hello! I noticed that the "security" section of the documentation says the following:

Access to the dashboard is controlled by Django’s permissions system, which means you can limit access to trusted team members.

However, it doesn't mention what the permission is called. From looking at the source, it appears this permission is called execute_sql:

permissions = [("execute_sql", "Can execute arbitrary SQL queries")]

Should this permission be mentioned by name in the documentation? And should the "quick start" mention it too? Or is it already mentioned somewhere and I just missed it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions