""":mod:`cache_toolbox` --- Non-magical object caching tools for Django====================================================================Introduction------------``cache_toolbox`` is intended to be a lightweight series of independent toolsto leverage caching within Django projects.The tools are deliberately `non-magical`. That is to say, instances are neverretrieved from caches behind your back and regular Django ``.filter()`` /``.get()`` queries continue to work exactly as before.Because of this, you can introduce ``cache_toolbox`` into your project slowlywhen needed rather than "switching" to it with invasive changes.Links-----View/download code https://github.com/playfire/django-cache-toolboxFile a bug https://github.com/playfire/django-cache-toolbox/issues"""from.modelimportcache_modelfrom.relationimportcache_relation