django-admin-honeypot
django-admin-honeypot copied to clipboard
Fixed all the errors for django==4.0 version
Working
@dmpayton Please, merge this PR to fix the mentioned issues.
@dmpayton Can we merge this branch? Thanks!
Can please have this merged? Thanks
Can you please merge this PR? Thank you!
@dmpayton Any chance this could finally get merged? Thanks
Can please have this merged? Thanks!
Everybody, support for Django 4.0 is already merged from a different PR. It is even tested in the tox configuration in the develop
branch and tests pass.
We no longer need this PR merged - it can be closed without merging.
However, the code that supports Django 4 has not been included in a release on PyPI.
You should be able to install directly from the develop
branch like so:
pip install git+https://github.com/dmpayton/django-admin-honeypot.git@develop
Alternatively, you may use my fork: django-admin-honeypot-blag
@dmpayton It would be nice if you would push a new release to PyPI. They make it really easy to setup publishing with GitHub Actions if you don't want to do it manually all the time.