escaped / django-video-encoding

django-video-encoding helps to convert your videos into different formats and resolutions.
BSD 3-Clause "New" or "Revised" License
116 stars 45 forks source link

ugettext_lazy is no longer valid in django 4.0 #43

Open jeffpfoster opened 9 months ago

jeffpfoster commented 9 months ago

Django 4.0 has removed ugettext_lazy and replaced it with gettext_lazy.