Closed kreimben closed 2 years ago
I have the same problem. can anybody Update these plugins?
I think this problem is solved by @sanyamidha10 thanks to her quick solution to this problem. in her pull request.
Hi @dmpayton, thank you so much for your stewardship of this package over the years! Like many others using the more recent Django version(s), I'm running into the error described here due to Django's deprecation of ugettest_lazy
in favor of gettext_lazy
. I see that this error has been resolved in the development branch — any chance we could get a new PyPi release so we can pull these changes in?
For folks coming here looking for a workaround, you can install the development branch of this package which contains a fix for this error. Note, you may need to use the pip3
command if you are running Python3 and pip
doesn't work.
pip uninstall django-admin-honeypot # uninstall the version hosted in PyPi
pip install git+https://github.com/dmpayton/django-admin-honeypot.git@develop
There are some risks associated with using the development version of any package. Make sure you understand those risks before using this approach.
@allardbrain If I use development branch and can solve the problem, problem supposed to be fixed. Thanks.
what could be the risk..? because i need to use it in production.
I am surely use most current versions of dependencies.
Django 4.0.6 django-admin-honeypot 1.1.0
However, I saw some of issues from this repository about this errors and You said like this but It doesn't seem to solved! Please help