From c651331b34b7c3841c126959e6e52879bc6f0834 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Thu, 26 Jan 2017 20:58:33 +0100 Subject: Converted usage of ugettext* functions to their gettext* aliases Thanks Tim Graham for the review. --- tests/admin_utils/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_utils') diff --git a/tests/admin_utils/models.py b/tests/admin_utils/models.py index cf90421e9a..dafb24e342 100644 --- a/tests/admin_utils/models.py +++ b/tests/admin_utils/models.py @@ -1,5 +1,5 @@ from django.db import models -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ class Site(models.Model): -- cgit v1.3