No effort, no worry, maximum performance.
Find a file
2015-02-23 21:20:03 +01:00
benchmark Adds an introduction to the benchmark. 2015-02-22 05:00:48 +01:00
cachalot Fixes Python 3 compatibility. 2015-02-22 01:13:51 +01:00
docs Adds an introduction to the benchmark. 2015-02-22 05:00:48 +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 Removes Django 1.8 alpha from the test matrix. 2015-02-16 17:25:21 +01:00
AUTHORS.rst Version 0.1.0. 2014-09-26 16:53:44 +02:00
benchmark.py Adds an introduction to the benchmark. 2015-02-22 05:00:48 +01:00
benchmark_requirements.txt Simplifies settings setup. 2014-12-07 03:43:16 +01:00
CHANGELOG.rst Version 0.9.0. 2014-12-14 09:46:36 +01:00
django-cachalot.jpg Version 0.1.0. 2014-09-26 16:53:44 +02:00
LICENSE Updates to 2015. 2015-02-16 21:14:06 +01:00
MANIFEST.in Fixes MANIFEST.in. 2014-12-08 22:09:27 +01: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 Increases test verbosity to find which one(s) are failing. 2014-12-09 03:34:57 +01:00
runtests_requirements_py2.txt Adds base requirements to the tests requirements. 2015-02-23 21:20:03 +01:00
runtests_requirements_py3.txt Adds base requirements to the tests requirements. 2015-02-23 21:20:03 +01:00
settings.py Adds migrations for test models. 2015-01-18 17:44:19 +01:00
setup.py Version 0.4.0. 2014-09-29 23:47:58 +02:00
tox.ini Removes Django 1.8 alpha from the test matrix. 2015-02-16 17:25:21 +01: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>`_.