mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
Remove unicode prefix that snuck in
This commit is contained in:
parent
a68f325791
commit
b1fc8c19b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue