Closed chrismaille closed 1 year ago
A fix has been made in the coming Django 4.2: https://github.com/django/django/commit/608ab043f75f1f9c094de57d2fd678f522bb8243 But it would be great to have a workaround in the meantime !
Thanks for the detailed bug report @chrismaille. And thanks @NeilujD for linking to the resolution. I've made a change to fix this issue within our code base. I'll make a new minor release soon
Describe the bug
redis
returningwrong number of arguments for 'del' command
when called fromdjango-admin-confirm
and cache backend is configured to Redis. Works without issues when backend is Memcached.To Reproduce Steps to reproduce the behavior:
pip install redis
Expected behavior The instance model needs to be updated.
Screenshots
Versions:
Additional context