-
Notifications
You must be signed in to change notification settings - Fork 191
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
Update for modern Django! #66
Comments
Done. See #67 and #68. I'm going to leave this open until there's an updated release on PyPI. Thanks @pydanny for the nudge and @harisibrahimkv for doing the bulk of the work! 🎉 |
Any idea when the new version will be available on PyPi? |
Hi @dmpayton I just saw some deprecation warnings for django 4.0:
and
Might be a quick win to fix this as well? Update: Here is another one, but this might impact the django versions we would be able to support...?
Best regards |
Thanks @GitRon, that's good to know! I'm under a big work deadline atm, and likely won't have a chance to work on admin_honeypot for another week or so, but I'd happily merge a PR for this before then. :) |
@dmpayton Looks like support for Django 3.0 had been merged. When new version will be released to pip? |
My merge requests have failed in the pipeline... Never realised that it didn't went through... I'll see that I'll have a look at them. |
@GitRon Yes please fix your PR failures |
I think I'll go with commenting out the test for now. The problem lives in the dev branch and has nothing to do with my two branches. Ok for you? |
Any updates on a new release? I see that many fixes were done in the dev branch, but it's not released to pypi |
I have no idea. I don't maintain this project. I am like all of you just patiently waiting. Just a suggestion but maybe this should become a jazzband project so that we could get more frequent updates? |
@9mido Might be an idea to move it to Jazzband. But can you do anything in this direction? |
I don't think I can do anything @GitRon. I think @dmpayton can only do something since he is the owner of this github library. Not sure exactly. https://docs.github.com/en/github/administering-a-repository/transferring-a-repository https://jazzband.co/about/guidelines Someone may be able to fork the github library / download the files to their desktop and upload them to their own repository and do it, but we should at least give @dmpayton a say in what direction to go in first. Personally, I would love if all github libraries I used for django were on jazzband. It makes things more open source and depends less on 1 person calling the shots or disappearing. The django community becomes the entity to maintain the github library instead. @dmpayton can still be an adviser if he wants to. I think it would be in @dmpayton's best interest since he is so busy and all of our best interests to port this library over to jazzband. If @dmpayton does not reply soon then we may have no choice and someone needs to fork it / upload it to their own github repository but then we still run into the same problem of 1 person calling the shots or disappearing. With jazzband, you do not have these problems. Otherwise if jazzband is not what @dmpayton wants, please step up your game. It has been almost 1 year now. According to #jazzband on IRC they say we need to submit a proposal for this project to move to jazzband. https://github.com/jazzband-roadies/help/issues |
Any updates on this? |
I will stop using this package now. Really sad but it will break with the next major release of django 🤷 |
@GitRon I made a proposal in jazzband. Hopefully somebody there could do something. I agree it is sad that this project seems to be no longer maintained. |
Hi, I have forked this project, included a few PRs (including @GitRon's Django 3 updates), and released a package to PyPI. You might have better luck with my fork. |
It's broken as of Django 4.0. What should we do folks? Love this project, so helpful |
@shawnngtq You can use my fork which is available from PyPI as django-admin-honeypot-updated-2021. My fork should work with Django 4.0, and if it doesn't I'd be happy to accept a PR to fix it. |
Hi, This is a good project filling a practical need. Hopefully there will be a updated release on pypi at some point. |
Just checking (and bumping) this thread. |
Modern Django could really use this tool. I want to keep it in Two Scoops of Django 3.x!
The text was updated successfully, but these errors were encountered: