diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2014-01-19 18:57:59 +0000 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2014-01-19 18:57:59 +0000 |
| commit | 51832c8aec73e1ead02905e9d1fb74c549567868 (patch) | |
| tree | 94f54a03759a2b393c73758b0cec8e095fb4e11a | |
| parent | b1fc8c19b20a12f30d0b3cc3eaa0a354551b8a6e (diff) | |
Remove other unicode literal
| -rw-r--r-- | tests/migrations/test_state.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migrations/test_state.py b/tests/migrations/test_state.py index 4e01613278..276f404c11 100644 --- a/tests/migrations/test_state.py +++ b/tests/migrations/test_state.py @@ -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', )), |
