Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistake in app_label_renamer.py? #26

Open
a-olszewski opened this issue Oct 28, 2016 · 3 comments
Open

Mistake in app_label_renamer.py? #26

a-olszewski opened this issue Oct 28, 2016 · 3 comments

Comments

@a-olszewski
Copy link

a-olszewski commented Oct 28, 2016

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?

@lggwettmann
Copy link

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 ;)

@TrungKien1230
Copy link

@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

@lggwettmann
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants