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 e83222e commit ee38156Copy full SHA for ee38156
CHANGELOG.rst
@@ -1,3 +1,10 @@
1
+0.1.7
2
+~~~~~
3
+
4
+- Use a functions's ``__qualname__`` instead to avoid clases with functions
5
+ of the same name.
6
+ `pull#41 <https://github.com/peterbe/django-cache-memoize/pull/41>`_
7
8
0.1.6
9
~~~~~
10
setup.py
@@ -6,7 +6,7 @@
setup(
name="django-cache-memoize",
- version="0.1.6",
+ version="0.1.7",
description=(
11
"Django utility for a memoization decorator that uses the Django "
12
"cache framework."
0 commit comments