1
0
mirror of https://github.com/django/django.git synced 2025-03-06 15:32:33 +00:00

Remove other unicode literal

This commit is contained in:
Andrew Godwin 2014-01-19 18:57:59 +00:00
parent b1fc8c19b2
commit 51832c8aec

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