django-admin-honeypot icon indicating copy to clipboard operation
django-admin-honeypot copied to clipboard

Fixed all the errors for django==4.0 version

Open sanyamidha10 opened this issue 2 years ago • 8 comments

sanyamidha10 avatar Mar 13 '22 14:03 sanyamidha10

Working

dev-rathankumar avatar Mar 28 '22 10:03 dev-rathankumar

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

victoraugusto6 avatar Dec 26 '22 18:12 victoraugusto6

@dmpayton Can we merge this branch? Thanks!

samtin0x avatar Jan 18 '23 09:01 samtin0x

Can please have this merged? Thanks

AnneNamuli avatar Jan 30 '23 12:01 AnneNamuli

Can you please merge this PR? Thank you!

fidevz avatar Feb 23 '23 22:02 fidevz

@dmpayton Any chance this could finally get merged? Thanks

balayanr avatar May 15 '23 00:05 balayanr

Can please have this merged? Thanks!

fandredev avatar May 22 '24 23:05 fandredev

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.

blag avatar May 23 '24 09:05 blag