Remove unicode prefix that snuck in
This commit is contained in:
parent
a68f325791
commit
b1fc8c19b2
|
@ -102,7 +102,7 @@ class OperationTests(MigrationTestBase):
|
||||||
('pony_ptr', models.OneToOneField(
|
('pony_ptr', models.OneToOneField(
|
||||||
auto_created=True,
|
auto_created=True,
|
||||||
primary_key=True,
|
primary_key=True,
|
||||||
to_field=u'id',
|
to_field='id',
|
||||||
serialize=False,
|
serialize=False,
|
||||||
to='test_crmoih.Pony',
|
to='test_crmoih.Pony',
|
||||||
)),
|
)),
|
||||||
|
|
Loading…
Reference in New Issue