Open GitRon opened 4 years ago
@dmpayton I'm sorry if you're swamped with other tasks, but is there any chance this will get looked at soon? :) Thanks.
@dmpayton @9mido Pipeline is fixed and PR is ready to merge.
@GitRon Awesome job!
@dmpayton @9mido Would be awesome if somebody could review and merge it 😃
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 https://github.com/dmpayton/django-admin-honeypot/issues/62