nephila / djangocms-page-sitemap

django CMS page extension to handle sitemap customization
BSD 3-Clause "New" or "Revised" License
9 stars 21 forks source link

_get_cache_key moved in djangocms 3.1 #4

Closed panosmm closed 9 years ago

panosmm commented 9 years ago

the get_cache_key function in utils includes:

from cms.templatetags.cms_tags import _get_cache_key

In django cms 3.1

_get_cache_key 

has been moved to

cms.cache.__init__
yakky commented 9 years ago

@panosmm thanks for reporting this, fixed in develop (c826f0f8929fd7d6250cba4bcf719d6f5c257319)