I am having some issues on my admin panel which is powered by django-grappelli
. When I click on the select all check-button, none of the items get selected.
Another issue is, when I select an action e.g. 'Delete selected items', after selecting some items, no Go
or Apply Action
is shown.
However both this problems get solved when I comment out grappeli
in the settings.py
file and use the default django admin panel.