Skip to content

Commit

Permalink
Fix deprecated Django API
Browse files Browse the repository at this point in the history
Signed-off-by: Yassine Ilmi <9211413+yilmi@users.noreply.github.com>
  • Loading branch information
yilmi committed Jan 24, 2022
1 parent 3388f88 commit 7fc4731
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 7fc4731

Please sign in to comment.