diff --git a/README.md b/README.md index 6a59778..8d5fef2 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,10 @@ Both templates ship already configured to work out of the box. ## Change Log +### 8.0.1 + +* Change `from django.utils.functional import curry` to `from functools import partial as curry` + ### 8.0.0 * Drop Django 1.11, 2.0, and 2.1, and Python 2,7, 3.4, and 3.5 support diff --git a/pinax/blog/admin.py b/pinax/blog/admin.py index d140487..085c199 100644 --- a/pinax/blog/admin.py +++ b/pinax/blog/admin.py @@ -1,6 +1,7 @@ +from functools import partial as curry + from django.contrib import admin from django.utils import timezone -from django.utils.functional import curry from django.utils.translation import ugettext_lazy as _ from pinax.images.admin import ImageInline diff --git a/setup.py b/setup.py index 4d94b47..d7f6d1f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "8.0.0" +VERSION = "8.0.1" LONG_DESCRIPTION = """ .. image:: http://pinaxproject.com/pinax-design/patches/pinax-blog.svg :target: https://pypi.python.org/pypi/pinax-blog/