Go to file
Bertrand Bordage 16e14c9219 Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
benchmark Version 1.0.0. 2015-03-15 18:15:43 +01:00
cachalot Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
docs Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02: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
CHANGELOG.rst Version 1.0.0. 2015-03-15 18:15:43 +01: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 Updates index.rst. 2015-03-16 16:55:49 +01:00
benchmark.py Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
benchmark_requirements_py2.txt Adds Python 3 compatibility to the benchmark. 2015-03-15 15:12:05 +01:00
benchmark_requirements_py3.txt Adds Python 3 compatibility to the benchmark. 2015-03-15 15:12:05 +01:00
django-cachalot.jpg Version 0.1.0. 2014-09-26 16:53:44 +02:00
requirements.txt Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
runtests.py Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
runtests_requirements_py2.txt Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
runtests_requirements_py3.txt Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
settings.py Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
setup.py Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
tox.ini Reverts mysqlclient use as it fails with Python 3.2. 2015-03-15 17:12:45 +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/

Since version 1.0.0 it is **safe for production**.


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

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