- Ability to have the memoized function return ``None`` as an actual result. `pull9 <https://github.com/peterbe/django-cache-memoize/pull/9>`_
0.1.3
~~~~~
- Ability to pass in your own custom cache-key callable function. Thanks jaumebecks `pull10 <https://github.com/peterbe/django-cache-memoize/pull/10>`_
0.1.2
~~~~~
- Ability to specify a different-than-default cache alias Thanks benspaulding `pull6 <https://github.com/peterbe/django-cache-memoize/pull/6>`_
0.1.1
~~~~~
- Package sit-ups. Main file not a package so it wasn't distributed.