mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-13 01:53:11 +00:00
Change _ to be gettext_lazy
This commit is contained in:
parent
84e2568225
commit
c6bf55c04d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from django.conf import settings
|
||||
from django.utils.translation import gettext as _
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
from appconf import AppConf
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import models
|
||||
from django.utils.translation import gettext as _
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class CommonAccess(models.Model):
|
||||
|
|
|
|||
Loading…
Reference in a new issue