diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2014-01-19 18:57:06 +0000 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2014-01-19 18:57:06 +0000 |
| commit | b1fc8c19b20a12f30d0b3cc3eaa0a354551b8a6e (patch) | |
| tree | f4669d6ade9b535c35020e1d8009c0f2050d3d9e | |
| parent | a68f32579145dfbd51d87e14f9b5e04c770f9081 (diff) | |
Remove unicode prefix that snuck in
| -rw-r--r-- | tests/migrations/test_operations.py | 2 |
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', )), |
