Go to file
Bertrand Bordage c540f1bd31 Updates test requirements to the latest Python 3 compatible ones. 2015-12-28 00:38:37 +01:00
benchmark Version 1.1.0. 2015-10-28 19:17:39 +01:00
cachalot Fixes Django 1.7+1.8 compatibility. 2015-12-18 17:07:53 +01:00
docs Adds the only downside of cachalot to the comparison. 2015-12-22 21:19:20 +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 Updates test requirements to the latest Python 3 compatible ones. 2015-12-28 00:38:37 +01:00
AUTHORS.rst Version 0.1.0. 2014-09-26 16:53:44 +02:00
CHANGELOG.rst Version 1.1.0. 2015-10-28 19:17:39 +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 Improves documentation of the latest additions. 2015-10-25 00:47:24 +02:00
benchmark.py Updates test requirements to the latest Python 3 compatible ones. 2015-12-28 00:38:37 +01:00
benchmark_requirements.txt Updates test requirements to the latest Python 3 compatible ones. 2015-12-28 00:38:37 +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.txt Updates test requirements to the latest Python 3 compatible ones. 2015-12-28 00:38:37 +01:00
settings.py Fixes version number comparison. 2015-12-18 16:46:00 +01:00
setup.py Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
tox.ini Updates test requirements to the latest Python 3 compatible ones. 2015-12-28 00:38:37 +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/


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

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