django-sitetree icon indicating copy to clipboard operation
django-sitetree copied to clipboard

When deleting in admin you need to restart app to see efect

Open m32w opened this issue 6 years ago • 4 comments

Hello,

I found issue which is, for now, I do not know how to fix, when you delete item in admin view, you still see position, you can not click in it as you will see the message "item does not exist", but only app restart helps to have them removed from admin panel.

m32w avatar Dec 20 '17 19:12 m32w

Hi,

What cache backend is used?

idlesign avatar Dec 21 '17 03:12 idlesign

@m32w They're only clearing the cache on one thread. All the other threads are left with a stale cache. I added timestamps to fix this: https://github.com/agronick/django-sitetree

agronick avatar Jun 08 '18 13:06 agronick

@agronick Care to make a pull request? I ran into this problem earlier today and was confused for a while.

jacobbridges avatar Apr 15 '19 20:04 jacobbridges

Me and this dude didn't get along too well. I tried helping him out for over a year. I finally gave up. I've been using my modified version in production for several years with no issues.

agronick avatar Apr 17 '19 22:04 agronick