We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66dcd48 commit e4f01cdCopy full SHA for e4f01cd
webapp/graphite/events/models.py
@@ -7,6 +7,8 @@
7
import six
8
django.utils.encoding.python_2_unicode_compatible = six.python_2_unicode_compatible
9
django.utils.six = six
10
+from django.utils.encoding import smart_str # noqa: E402
11
+django.utils.encoding.smart_text = smart_str
12
from tagging.models import Tag # noqa: E402
13
14
from graphite.events.compat import ModelTaggedItemManager # noqa: E402
0 commit comments