You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you are correct. I also got a error based on this. But I just moved the other app affected by this before django-admin-tools in the installed apps and that solved it for me. Your solution seems better ;)
@lggwettmann, @a-olszewski do you have an example project which uses this library, could you share it to me, please ? I tried to do the same thing as Documentation but it does not work, I really need your help
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?
The text was updated successfully, but these errors were encountered: