vstoykov / django-clamd

Integrates python-clamd with Django for easy scanning files for viruses on upload
17 stars 34 forks source link

Ensure compatibility w/ Django 4.0.0 #14

Closed memuller closed 1 year ago

memuller commented 2 years ago

Replace calls to the deprecated - and as of Django 4, unavailable - django.utils.translation.ugettext_lazy method. Since the method was an alias for gettext_lazy, this does not introduce a change in behavior.

sterling000 commented 1 year ago

Been over a year and this hasn't been merged, looks like a dead library