dmpayton / django-admin-honeypot

:honey_pot: A fake Django admin login screen page.
http://django-admin-honeypot.readthedocs.io/
MIT License
1.02k stars 187 forks source link

Fixed all the errors for django==4.0 version #88

Open sanyamidha10 opened 2 years ago

dev-rathankumar commented 2 years ago

Working

victoraugusto6 commented 1 year ago

@dmpayton Please, merge this PR to fix the mentioned issues.

samtin0x commented 1 year ago

@dmpayton Can we merge this branch? Thanks!

AnneNamuli commented 1 year ago

Can please have this merged? Thanks

fidevz commented 1 year ago

Can you please merge this PR? Thank you!

balayanr commented 1 year ago

@dmpayton Any chance this could finally get merged? Thanks

fandredev commented 4 months ago

Can please have this merged? Thanks!

blag commented 4 months ago

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.