hovel / imagestore

Django gallery solution.
BSD 3-Clause "New" or "Revised" License
164 stars 72 forks source link

Django 1.6 Issue in views.py #27

Closed sthzg closed 10 years ago

sthzg commented 10 years ago
from django.utils.functional import update_wrapper
ImportError: cannot import name update_wrapper

Django 1.6 relies on python versions that have update_wrapper already included. As a quick fix I just commented out the input. That of course is no option for backwards compatibility.

GeyseR commented 10 years ago

I can't find line, where imagestore import update_wrapper. Please post direct link.

sthzg commented 10 years ago

Sorry, I've got the wrong project for this issue. It was in fancy_autocomplete's views.py.