django-banish
django-banish copied to clipboard
Unban without memcached restart?
When I delete banned IP from admin panel I need to restart my memcached server for ativate my changes. Is this normal behavour? Thanks for your work!
When I wrote this the thinking was that a ban was permanent so as it is right now when you delete the object there is no callback to delete the key in Memcache.
You just have to delete the correct Key in memcache (and don't have to restart it).
Probably a worth while enhancement but for right now it would "normal" to have to manually clear MC.
This should be fixed as of https://github.com/yourabi/django-banish/pull/9