Skip to content

Commit

Permalink
Remove use of deprecated function.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmptrluke authored and brianmay committed Jan 13, 2020
1 parent febb63e commit 478feb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guardian/models/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.contrib.contenttypes.models import ContentType
from django.core.exceptions import ValidationError
from django.db import models
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext_lazy as _
from guardian.compat import user_model_label
from guardian.ctypes import get_content_type
from guardian.managers import GroupObjectPermissionManager, UserObjectPermissionManager
Expand Down

0 comments on commit 478feb3

Please sign in to comment.