No effort, no worry, maximum performance.
Find a file
Bertrand Bordage 88263a083f Typo.
2014-10-31 21:27:14 +01:00
cachalot Adds some docstrings. 2014-10-31 14:10:48 +01:00
docs Adds QUERY_KEYGEN & TABLE_KEYGEN. 2014-10-30 04:17:48 +01:00
.coveralls.yml Adds the coveralls token. 2014-09-29 22:05:45 +02:00
.gitignore Creates a Sphinx documentation. 2014-10-28 23:44:28 +01:00
.travis.yml [Travis CI] Updates the exclude matrix. 2014-10-22 22:23:46 +02:00
AUTHORS.rst Version 0.1.0. 2014-09-26 16:53:44 +02:00
CHANGELOG.rst Typo. 2014-10-31 21:27:14 +01:00
django-cachalot.jpg Version 0.1.0. 2014-09-26 16:53:44 +02:00
LICENSE Version 0.1.0. 2014-09-26 16:53:44 +02:00
MANIFEST.in Version 0.8.0. 2014-10-22 00:37:01 +02:00
README.rst Adds a horizontal line. 2014-10-29 00:05:08 +01:00
requirements.txt Removes django-redis from requirements. 2014-09-29 21:20:30 +02:00
runtests.py Creates a Sphinx documentation. 2014-10-28 23:44:28 +01:00
setup.py Version 0.4.0. 2014-09-29 23:47:58 +02:00

Django-cachalot
===============

Caches your Django ORM queries and automatically invalidates them.

.. image:: https://raw.github.com/BertrandBordage/django-cachalot/master/django-cachalot.jpg

----

.. image:: http://img.shields.io/pypi/v/django-cachalot.svg?style=flat-square
   :target: https://pypi.python.org/pypi/django-cachalot

.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square
   :target: https://travis-ci.org/BertrandBordage/django-cachalot

.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square
   :target: https://coveralls.io/r/BertrandBordage/django-cachalot?branch=master

.. image:: http://img.shields.io/scrutinizer/g/BertrandBordage/django-cachalot/master.svg?style=flat-square
   :target: https://scrutinizer-ci.com/g/BertrandBordage/django-cachalot/

.. image:: http://img.shields.io/gratipay/BertrandBordage.svg?style=flat-square
   :target: https://gratipay.com/BertrandBordage/

**Currently in beta, do not use in production**


Documentation
-------------

Available `on Read The Docs <http://django-cachalot.readthedocs.org>`_.