Skip to content

Commit

Permalink
Merge pull request #592 from yilmi/fix_django_ugettext_lazy_deprecation
Browse files Browse the repository at this point in the history
Fix deprecated Django API

Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne authored Jan 24, 2022
2 parents 3388f88 + 7fc4731 commit ed21316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulnerabilities/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from django.db import models
from django.core.exceptions import ValidationError
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from packageurl.contrib.django.models import PackageURLMixin
from packageurl import PackageURL

Expand Down

0 comments on commit ed21316

Please sign in to comment.