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

Clear Django cache from admin or command line

Results 6 django-clearcache issues
Sort by recently updated
recently updated
newest added

You don't explicitly support django 4.x... do you?

### Rationale for this pull request ### As of v1.2.1: - clearcache is only accessible to superuser. We would like some regular users with extended privileges (sysadmins) to be able...

I implemented `django-clearcache` into our project and came across an issue where it expected our `User` model to have the attribute `is_superuser`. We have a custom User model and permissions...

The entries in dropdown to select the cache to clear are missing a closing parentheses after the cache backend. This patch adds it.

Love this extension to Django Admi, and I have some ideas to include it too. What do you think if we include some common tools to format code (python /...

I seem to have issues since I updated... cannot access the clearcache admin page anymore. is it compatible? Thanks