johnny-cache icon indicating copy to clipboard operation
johnny-cache copied to clipboard

johnny cache django caching framework

Results 36 johnny-cache issues
Sort by recently updated
recently updated
newest added

Hi, is still alive the project?

Bumps [django](https://github.com/django/django) from 1.4 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

There is a small typo in johnny/tests/cache.py. Should read `should` rather than `sould`.

I get the following error when trying to deserialize django data and only with cache enabled. (Johnny cache 1.4, Django 1.4.18) ``` Traceback (most recent call last): File "/opt/tangram/tangramdt/tangram_base/src/tangram/apps/api/deploy.py", line...

It looks like `ordering_aliases` has moved out of the `Query` object in `db/models/sql/query.py` into the `SQLCompiler` object in `db/models/sql/compiler.py`, as of django/django@2f35c6f10fcbae541691207fb0c0560a13b754fc. As a result, the line in `johnny/cache.py` referencing...

Django 1.8 no longer has the class SqlDateCompiler, so we might have to modify the code to accommodate that. https://github.com/jmoiron/johnny-cache/blob/master/johnny/cache.py#L412

It would be great to have support for Django 1.6. Most obvious change is that `django.core.cache.backends.memcached.CacheClass` was renamed `BaseMemcachedCache`. Not sure about the rest.