* Bugfix import the _() translation in mixins.

This commit is contained in:
2018-06-08 09:05:45 +02:00
parent 1313d96e8f
commit a3ac722acf
2 changed files with 16 additions and 11 deletions

View File

@@ -2,6 +2,7 @@
from django.db.models import Q
from django.http import Http404
from django.shortcuts import get_object_or_404
from django.utils.translation import ugettext as _
from . import models