Commit 51832c8a authored by Andrew Godwin's avatar Andrew Godwin
Browse files

Remove other unicode literal

parent b1fc8c19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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',
                )),