timonweb / django-clearcache

Clear Django cache from admin or command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django 3.1 support is missing.

ak55mm opened this issue · comments

commented

We are on the latest django 3.1.1.

Trying to install django-clearcache gives the following error:
django-clearcache 1.0.1 requires django<3.1,>=2.2, but you'll have django 3.1.1 which is incompatible.

Same here...

Hi all, thank you for your feedback and nudges. I'm glad to see people using clearcache. I've just released v. 1.1.0 that adds Python 3.9 and Django 3.1 support. Be safe everyone 😷.

Thank you for this quick answer and the app! In my opinion, this should be in the django core.

Unfortunately, I still get the same error. I think there is still the dependency

django = ">=2.2,<3.1"

in https://github.com/timonweb/django-clearcache/blob/master/pyproject.toml

Ah, sorry about, mixed that part. Fixed, released 1.1.1, let me know if all is well.

Seems perfect thanks.

Works perfectly. Thank you!