Remove other unicode literal

This commit is contained in:
Andrew Godwin 2014-01-19 18:57:59 +00:00
parent b1fc8c19b2
commit 51832c8aec
1 changed files with 1 additions and 1 deletions

View File

@ -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',
)),