Skip to content

Commit 4ca9c89

Browse files
committed
version 0.1.4
1 parent 4ca78b7 commit 4ca9c89

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
0.1.3
8+
~~~~~
29

310
- Ability to pass in your own custom cache-key callable function.
411
Thanks @jaumebecks
512
`pull#10 <https://github.com/peterbe/django-cache-memoize/pull/10>`_
613

714
0.1.2
15+
~~~~~
816

917
- Ability to specify a different-than-default cache alias
1018
Thanks @benspaulding

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='django-cache-memoize',
9-
version='0.1.3',
9+
version='0.1.4',
1010
description=(
1111
'Django utility for a memoization decorator that uses the Django '
1212
'cache framework.'

0 commit comments

Comments
 (0)