respondcreate / django-versatileimagefield

A drop-in replacement for django's ImageField that provides a flexible, intuitive and easily-extensible interface for quickly creating new images from the one assigned to the field.
http://django-versatileimagefield.readthedocs.io/
MIT License
531 stars 88 forks source link

Remove use of deprecated function. #162

Closed dmptrluke closed 4 years ago

dmptrluke commented 4 years ago

django.utils.translation.ugettext_lazy() is deprecated in favor ofdjango.utils.translation.gettext_lazy() and will be removed in Django 4.0

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 99.777% when pulling 71658af8cbb748638e623138a755ee6c25f1fffe on dmptrluke:patch-1 into e0ad6527de66285c44d90817a1c374edf54185c2 on respondcreate:master.