Remove other unicode literal
This commit is contained in:
parent
b1fc8c19b2
commit
51832c8aec
|
@ -108,7 +108,7 @@ class StateTests(TestCase):
|
|||
('tag_ptr', models.OneToOneField(
|
||||
auto_created=True,
|
||||
primary_key=True,
|
||||
to_field=u'id',
|
||||
to_field='id',
|
||||
serialize=False,
|
||||
to='migrations.Tag',
|
||||
)),
|
||||
|
|
Loading…
Reference in New Issue