Remove unicode prefix that snuck in

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

View File

@ -102,7 +102,7 @@ class OperationTests(MigrationTestBase):
('pony_ptr', models.OneToOneField(
auto_created=True,
primary_key=True,
to_field=u'id',
to_field='id',
serialize=False,
to='test_crmoih.Pony',
)),