Describe the bug
A function (django admin action) defined outside of ModelAdmin Class doesn't work with django-admin-confirm.
It raises
TypeError at /admin/demo/demo/
cannot unpack non-iterable NoneType objec
To Reproduce
- Define admin action function outside ModelAdmin class
- Click on action in admin site
Expected behavior
confirmation page works
Screenshots
Versions:
Additional context
The same code was in #37 but with another problem.
Describe the bug
A function (django admin action) defined outside of ModelAdmin Class doesn't work with django-admin-confirm.
It raises
TypeError at /admin/demo/demo/
cannot unpack non-iterable NoneType objec
To Reproduce
Expected behavior
confirmation page works
Screenshots
Versions:
Additional context
The same code was in #37 but with another problem.