django-nested-inline
django-nested-inline copied to clipboard
Import Error
trafficstars
Hi, I am using django version 1.6.7. I encountered the below error
from django.contrib.admin.utils import unquote ImportError: No module named utils
django.contrib.admin.util has been renamed in django.contrib.admin.utils in 1.7, and backward compatibility has been removed in 1.9.
I will propose a patch so that you can still use django-nested-inline in django < 1.7
Hum, in fact, lot of things have been cleaned to follow django versions. You can come back to version 0.3.3 of django-nested-inline. Not sure it is worth to create compatible version for django < 1.7 ...