No effort, no worry, maximum performance.
Find a file
2016-09-07 00:57:27 +02:00
benchmark Version 1.2.0. 2016-01-13 16:00:41 +01:00
cachalot Don’t invalidate uncachable queries. 2016-09-07 00:44:51 +02:00
docs Specifies how to invalidate cachalot after changing some settings. 2016-09-07 00:57:27 +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 Restores PostgreSQL in Travis CI to version 9.4. 2016-09-06 19:09:16 +02:00
AUTHORS.rst Version 0.1.0. 2014-09-26 16:53:44 +02:00
benchmark.py Improves a benchmark message. 2016-01-11 22:08:44 +01:00
benchmark_requirements.txt Updates test requirements to the latest Python 3 compatible ones. 2015-12-28 00:38:37 +01:00
CHANGELOG.rst Version 1.2.1. 2016-02-17 19:49:22 +01:00
django-cachalot.jpg Version 0.1.0. 2014-09-26 16:53:44 +02:00
LICENSE Updates to 2016. 2016-01-13 20:02:56 +01:00
MANIFEST.in Fixes MANIFEST.in. 2014-12-08 22:09:27 +01:00
README.rst Adds links to the Slack team. 2016-09-06 11:39:00 +02:00
requirements.txt Tests Django 1.10. 2016-07-21 10:57:06 +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 Change slightly the PostgreSQL backend compatibility code. 2016-07-21 12:26:40 +02:00
setup.py Updates PyPI categories. 2016-07-21 12:19:31 +02:00
tox.ini Use the new Django 1.10 release in tox. 2016-09-06 18:57:04 +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/


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

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


Discussion
----------

Via `our Slack team <https://django-cachalot.slack.com>`_.