django-cache-machine / django-cache-machine

Automatic caching and invalidation for Django models through the ORM.
https://cache-machine.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
875 stars 160 forks source link

add the keys of many to many #138

Open selbieh opened 4 years ago

selbieh commented 4 years ago

add the keys of the related models if cached to flush in case of update to be flushed

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.9%) to 91.772% when pulling 913ec3236c4101e879c95476433894b53b2a7aac on selbieh:patch-3 into 9a290fb75e416411b0464ed5a88c7b39a8f76e9e on django-cache-machine:master.

selbieh commented 4 years ago

fix many to many cached table issue