mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Merge pull request #74 from ad-m/patch-4
Use ugettext_lazy instead ugettext in models.py
This commit is contained in:
commit
fd61a96734
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ from django.conf import settings
|
|||
from django.core.files.base import ContentFile
|
||||
from django.core.mail.message import make_msgid
|
||||
from django.db import models
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from .utils import convert_header_to_unicode, get_body_from_message
|
||||
from django_mailbox.signals import message_received
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue