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 4ca78b7 commit 4ca9c89Copy full SHA for 4ca9c89
CHANGELOG.rst
@@ -1,10 +1,18 @@
1
+0.1.4
2
+~~~~~
3
+
4
+- Ability to have the memoized function return ``None`` as an actual result.
5
+ `pull#9 <https://github.com/peterbe/django-cache-memoize/pull/9>`_
6
7
0.1.3
8
9
10
- Ability to pass in your own custom cache-key callable function.
11
Thanks @jaumebecks
12
`pull#10 <https://github.com/peterbe/django-cache-memoize/pull/10>`_
13
14
0.1.2
15
16
17
- Ability to specify a different-than-default cache alias
18
Thanks @benspaulding
setup.py
@@ -6,7 +6,7 @@
setup(
name='django-cache-memoize',
- version='0.1.3',
+ version='0.1.4',
description=(
'Django utility for a memoization decorator that uses the Django '
'cache framework.'
0 commit comments