Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
This repository was archived by the owner on Feb 22, 2026. It is now read-only.

'super' object has no attribute 'column' #248

Description

@vladimirnani

I am following admin tutorial

from neo4django.graph_auth.models import User
User.objects.create_superuser('matt', 'matt@emailprovider.com', 'password')

and get this error when trying to add superuser:

neo4django\neo4django\utils.py", line 303, in __getattr__
    return getattr(target, name)
AttributeError: 'super' object has no attribute 'column'

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