Added a few force_unicode() calls around objects in the admin. Required for
commit7f1b1b198ad7196cf8787ef1d3e6b9537902dc9e
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Fri, 8 Aug 2008 18:07:33 +0000 (8 18:07 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Fri, 8 Aug 2008 18:07:33 +0000 (8 18:07 +0000)
tree0ce065d239096cecb8a2e99ed60a77f02c0c5092
parent592a5a5df7299bd38f313e30abcd290cb7843ab0
Added a few force_unicode() calls around objects in the admin. Required for
Python 2.3 compatibility. Patch from nfg.

Refs #8151, #8153.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8236 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/contrib/admin/options.py
tests/regressiontests/admin_views/models.py
tests/regressiontests/admin_views/tests.py