Open a-olszewski opened 8 years ago
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
Could you please describe what you did and the error you get in a separate issue? @TrungKien1230 This issue is about the app_label_renamer.py. Thanks.
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?