summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/migrations/test_operations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_operations.py b/tests/migrations/test_operations.py
index 96dc7d0610..1a856a6f2d 100644
--- a/tests/migrations/test_operations.py
+++ b/tests/migrations/test_operations.py
@@ -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',
)),