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.
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.
I can only add the field in read-only mode as indicated in the documentation.
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.