We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1675fb7 commit 5fef1beCopy full SHA for 5fef1be
README.rst
@@ -5,6 +5,10 @@ django-cache-memoize
5
.. image:: https://travis-ci.org/peterbe/django-cache-memoize.svg?branch=master
6
:alt: Build Status
7
:target: https://travis-ci.org/peterbe/django-cache-memoize
8
+
9
+.. image:: https://readthedocs.org/projects/django-cache-memoize/badge/?version=latest
10
+ :alt: Documentation Status
11
+ :target: https://django-cache-memoize.readthedocs.io/en/latest/?badge=latest
12
13
Django utility for a memoization decorator that uses the Django cache framework.
14
0 commit comments