Go to file
Bertrand Bordage 39e697ffbe Adds tox to .gitignore. 2014-11-28 22:59:12 +01:00
cachalot [Travis CI] Comments a subtest to see if it’s the one freezing the test suite. 2014-11-25 03:13:43 +01:00
docs Updates transaction handling to work with the latest invalidation system. 2014-11-24 19:11:37 +01:00
.coveralls.yml Adds the coveralls token. 2014-09-29 22:05:45 +02:00
.gitignore Adds tox to .gitignore. 2014-11-28 22:59:12 +01:00
.travis.yml Adds a tox file and uses it in Travis CI. 2014-11-28 22:12:03 +01:00
AUTHORS.rst Version 0.1.0. 2014-09-26 16:53:44 +02:00
CHANGELOG.rst Updates transaction handling to work with the latest invalidation system. 2014-11-24 19:11:37 +01: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
benchmark.py Rewrites invalidation for a better speed & memory performance. 2014-11-24 12:05:00 +01:00
benchmark_requirements.txt Adds a benchmark. 2014-11-23 20:09:42 +01:00
django-cachalot.jpg Version 0.1.0. 2014-09-26 16:53:44 +02:00
requirements.txt Removes django-redis from requirements. 2014-09-29 21:20:30 +02:00
runtests.py Adds a benchmark. 2014-11-23 20:09:42 +01:00
settings.py Replaces `del dict[k]` by `dict.pop(k)`. 2014-11-24 18:41:35 +01:00
setup.py Version 0.4.0. 2014-09-29 23:47:58 +02:00
tox.ini Adds a tox file and uses it in Travis CI. 2014-11-28 22:12:03 +01:00

README.rst

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>`_.