a-olszewski

Results 2 issues of a-olszewski

`ImportError: cannot import name 'FieldDoesNotExist' from 'django.db.models.fields'` From release notes: `The compatibility import of django.core.exceptions.FieldDoesNotExist in django.db.models.fields is removed.`

Now, at the end of wrap method: `return f(model, admin_class, **option)` There should be: `return f(model_or_iterable, admin_class, **option)` am I right?