diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2008-11-10 17:26:13 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2008-11-10 17:26:13 +0000 |
| commit | 4a3dcd7f5ee56c4bd28c2fbb27465bae039e61b9 (patch) | |
| tree | 341e0f38919c82afe4912251f8dd5be10a7651d3 /tests/regressiontests/admin_views | |
| parent | df8cb5016dd423e24f6afc9c849176493db735eb (diff) | |
[1.0.X] Fixed #8910 -- Added force_unicode during admin log message creation to avoid triggering a Python 2.3 bug. Thanks for the report joshg and patch nfg.
[9383] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/admin_views')
| -rw-r--r-- | tests/regressiontests/admin_views/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/admin_views/tests.py b/tests/regressiontests/admin_views/tests.py index 4a568279e7..bf2c3f31a6 100644 --- a/tests/regressiontests/admin_views/tests.py +++ b/tests/regressiontests/admin_views/tests.py @@ -76,7 +76,7 @@ class AdminViewBasicTest(TestCase): "article_set-0-id": u"1", # there is no title in database, give one here or formset # will fail. - "article_set-0-title": u"Need a title.", + "article_set-0-title": u"Norske bostaver æøå skaper problemer", "article_set-0-content": u"<p>Middle content</p>", "article_set-0-date_0": u"2008-03-18", "article_set-0-date_1": u"11:54:58", |
