mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Remove other unicode literal
This commit is contained in:
parent
b1fc8c19b2
commit
51832c8aec
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue