- The ``timeout`` value is now optional and defaults to that of ``DEFAULT_TIMEOUT`` from ``django.core.cache.backends.base`` `pull68 <https://github.com/peterbe/django-cache-memoize/pull/68>`
0.1.11
~~~~~~
- Include 3.12 in tests and omit 3.8 `pull69 <https://github.com/peterbe/django-cache-memoize/pull/69>`
0.1.10
~~~~~~
- Support for Django 3.2 `pull51 <https://github.com/peterbe/django-cache-memoize/pull/51>` Thanks UsamaSadiq
0.1.9
~~~~~
- Fix potential problem with default cache key generation (sort order, possible identical key, quoting of paramters with ``=`` sign in string) `pull50 <https://github.com/peterbe/django-cache-memoize/pull/50>`_ Thanks kri-k
0.1.8
~~~~~
- New `get_cache_key` method for findout out what a decorated function's cache key would be. `pull44 <https://github.com/peterbe/django-cache-memoize/pull/44>`_ Thanks benweatherman
0.1.7
~~~~~
- Use a functions's ``__qualname__`` instead to avoid clases with functions of the same name. `pull41 <https://github.com/peterbe/django-cache-memoize/pull/41>`_