No effort, no worry, maximum performance.
Find a file
2019-12-09 12:38:27 +01:00
benchmark Version 2.1.0. 2018-08-09 23:55:35 +02:00
cachalot Version 2.1.0. 2018-08-09 23:55:35 +02:00
docs Allows running on Django 2.1. 2018-08-09 14:29:47 +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 Marks Python 3.7 as an expected failure until Travis CI handles it. 2018-08-09 17:49:25 +02:00
benchmark.py Version 2.0.2. 2018-07-27 20:27:56 +02: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 2.1.0. 2018-08-09 23:55:35 +02: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 Version 1.5.0. 2017-06-04 22:00:40 +02:00
README.rst Update README.rst 2019-12-09 12:38:27 +01:00
requirements.txt Run tests with django 2.1 2018-08-09 14:24:27 +02:00
runtests.py Drops Django 1.6 & Python 2.6 support. 2015-04-11 01:57:13 +02:00
runtests_requirements.txt Fixes the HStore issue in tests. 2018-05-05 00:54:33 +02:00
runtests_urls.py Creates a test for CachalotPanel. 2016-10-23 20:06:58 +02:00
settings.py Moves the repository to @NoriPyt. 2018-05-05 02:30:50 +02:00
setup.py Version 2.1.0. 2018-08-09 23:55:35 +02:00
tox.ini Run tests with django 2.1 2018-08-09 14:24:27 +02:00
travis-matrix.py Updates tests for Django 1.11. 2017-06-03 01:53:56 +02:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

**WARNING: This project is in need of a new maintainer.** NoriPyt and its developer Bertrand Bordage no longer use it and therefore dont have time to develop it.

Django-cachalot
===============

Caches your Django ORM queries and automatically invalidates them.

.. image:: https://raw.github.com/noripyt/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/noripyt/django-cachalot/master.svg?style=flat-square&maxAge=3600
   :target: https://travis-ci.org/noripyt/django-cachalot

.. image:: http://img.shields.io/coveralls/noripyt/django-cachalot/master.svg?style=flat-square&maxAge=3600
   :target: https://coveralls.io/r/noripyt/django-cachalot?branch=master

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