Go to file
Bertrand Bordage e63301d763 Switches Travis back to PostgreSQL 9.4 since its docs doesn’t make sense. 2017-06-03 01:46:04 +02:00
benchmark Partially reverts 2cf0d65 from #68. 2017-06-02 23:03:45 +02:00
cachalot Merge pull request #80 from izimobil/master 2017-06-02 23:05:07 +02:00
docs Also drops Django 1.9 & Python 3.3. 2017-06-02 22:59:35 +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 Switches Travis back to PostgreSQL 9.4 since its docs doesn’t make sense. 2017-06-03 01:46:04 +02:00
AUTHORS.rst Version 0.1.0. 2014-09-26 16:53:44 +02:00
CHANGELOG.rst Partially reverts 2cf0d65 from #68. 2017-06-02 23:03:45 +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 Version 1.4.1. 2016-10-24 20:44:32 +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
django-cachalot.jpg Version 0.1.0. 2014-09-26 16:53:44 +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 Creates a test for CachalotPanel. 2016-10-23 20:06:58 +02:00
runtests_urls.py Creates a test for CachalotPanel. 2016-10-23 20:06:58 +02:00
settings.py Reproduces the conditions of issue #62. 2016-10-23 21:21:30 +02:00
setup.py Also drops Django 1.9 & Python 3.3. 2017-06-02 22:59:35 +02:00
tox.ini Removes Python 3.6 with Django 1.8 & 1.10. 2017-06-02 23:32:08 +02:00
travis-matrix.py Fixes the Travis matrix by creating a script to generate it. 2017-06-03 01:36:27 +02: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&maxAge=3600
   :target: https://pypi.python.org/pypi/django-cachalot

.. image:: http://img.shields.io/travis/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=3600
   :target: https://travis-ci.org/BertrandBordage/django-cachalot

.. image:: http://img.shields.io/coveralls/BertrandBordage/django-cachalot/master.svg?style=flat-square&maxAge=3600
   :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&maxAge=3600
   :target: https://scrutinizer-ci.com/g/BertrandBordage/django-cachalot/

.. image:: https://img.shields.io/gitter/room/django-cachalot/Lobby.svg?style=flat-square&maxAge=3600
   :target: https://gitter.im/django-cachalot/Lobby


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

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


Discussion
----------

On `our public gitter chat room <https://gitter.im/django-cachalot/Lobby>`_.