Skip to content

Commit

Permalink
Remove unicode prefix that snuck in
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgodwin committed Jan 19, 2014
1 parent a68f325 commit b1fc8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/migrations/test_operations.py
Expand Up @@ -102,7 +102,7 @@ def test_create_model_inheritance(self):
('pony_ptr', models.OneToOneField(
auto_created=True,
primary_key=True,
to_field=u'id',
to_field='id',
serialize=False,
to='test_crmoih.Pony',
)),
Expand Down

0 comments on commit b1fc8c1

Please sign in to comment.