Skip to content

Make tags editable from the Admin list panel: add 'tag' to Admin.list_editable #932

@bameda

Description

@bameda

Hi,

with django==4.2.x and django-taggit==4.0.0, I can add the TaggableManager field to the Admin.list_editable of my model nnd I was able to edit the tags in the list view of the admin panel.

Image

Now, with django==5.2.4 and django-taggit==6.1.0 this no longer works: I cannot add tags to Admin.list_display and, therefore, neither to Admin.list_editable.

Image

I can only add the field in read-only mode as indicated in the documentation.

Image

I have been checking the CHANGELOGS and have not found the reason. is there any way to make this possible again? what are the reasons for disabling this functionality?

Thank you in advance.

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