bartTC / django-eventlog

django-eventlog is a very simple event logger you can use to track certain actions in your code. Events are stored in a Django model and can be viewed in the Django Admin.
https://barttc.github.io/django-eventlog/
MIT License
32 stars 5 forks source link

Gettext fix #8

Closed jangeador closed 1 year ago

jangeador commented 2 years ago

Changes ugettext_lazy for gettext_lazy to prevent deprecation warnings.

Milutinke92 commented 1 year ago

@bartTC can you check this out please?

bartTC commented 1 year ago

Thank you. Moved this over manually because I changed the default branch to main.

bartTC commented 1 year ago

This is now fixed with the v1.2 release https://pypi.org/project/django-eventlog/1.2/