Open sgordeychuk opened 1 year ago
Which bug does this fix?
Can you please give me instructions on how to reproduce this.
Hi @jrief
Sorry, it was late night and I forgot to properly describe the case. Should open a ticket in Issues tab or here is enough?
Anyhow here's the scenario.
SortableInlineAdminMixin
(which then inherits from CustomInlineFormSetMixin
which has the root cause error)After clicking add there's an error getattr(): attribute name must be string
displayed. Please see screenshot.
You can also use this template as is https://github.com/django-cms/djangocms-template to reproduce the error. You can checkout and it should work out of the box. The issue won't reproduce there because it has forked version with a fix, but if you install django-adminsortable2==2.1.9 then you can get the error reproduced using the scenario above.
Please let me know if you need more details.
I confirm this problem exists.
There's an error
getattr(): attribute name must be string
in the line of admin, it was failing to add django CMS plugins on a clean installation