-
Notifications
You must be signed in to change notification settings - Fork 188
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
Added missing template vars to context data #76
base: develop
Are you sure you want to change the base?
Conversation
@dmpayton I'm sorry if you're swamped with other tasks, but is there any chance this will get looked at soon? :) Thanks. |
@GitRon Awesome job! |
Hi, I have forked this project, included a few PRs (including this one), and released a package to PyPI. You might have better luck with my fork. |
@blag Thx for your effort! |
@GitRon I just pushed a commit to develop that I think resolves the issue. The relevant bit is here: https://github.com/dmpayton/django-admin-honeypot/blob/develop/admin_honeypot/views.py#L40 Basically, just grab the default context for every Django admin view, instead of rebuilding that list manually and having to keep up with Django's own updates. What do you think? |
Hi @dmpayton! Thx for all the effort! Unfortunately, I removed the package from my application due to version conflicts. I think the solution looks good, as far as I can tell. Will you release a new version soon, after fixing so many issues? 🙂 |
Fixes #62