Skip to content

Django 5.2 incompatibility #619

@matthpau

Description

@matthpau

if model._meta.is_composite_pk:

The error you're seeing is caused by a version incompatibility between Django 5.2 and django-constance 4.1.2. The specific error occurs because Django 5.2 expects models to have an is_composite_pk attribute in their _meta object, but the Config model from django-constance doesn't have this attribute.

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