django-admin-flexselect icon indicating copy to clipboard operation
django-admin-flexselect copied to clipboard

Does not work with Django 1.7

Open R4CHI7 opened this issue 8 years ago • 1 comments

I am using this app in Django 1.7.8

I am getting the error: No module named defaults

Seems like the defaults module was removed in Django 1.6

R4CHI7 avatar Oct 27 '16 08:10 R4CHI7

Seems like installing with pip is installing some older version of the app in which the first line in urls.py is:

from django.conf.urls.defaults import *

R4CHI7 avatar Oct 27 '16 08:10 R4CHI7