Kaydet (Commit) 57b60f9f authored tarafından Tim Graham's avatar Tim Graham

Added a missing unicode_literals that caused a test failure after refs #23226.

üst 173d989c
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models
from django.utils.encoding import python_2_unicode_compatible
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment