django1/django/contrib/admin
Malcolm Tredinnick ab8965c428 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
2008-08-08 18:07:33 +00:00
..
media Merged the gis branch into trunk. 2008-08-05 18:13:06 +00:00
templates Added a 'name' attribute to the 'Save' button on admin change form 2008-08-07 21:18:43 +00:00
templatetags Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
views Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashlib module when available. Patch from Karen Tracey. 2008-08-02 05:56:57 +00:00
__init__.py Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CHasenpflug for noticing this. 2008-08-02 00:33:21 +00:00
filterspecs.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
options.py Added a few force_unicode() calls around objects in the admin. Required for 2008-08-08 18:07:33 +00:00
sites.py Removed some unused and duplicated imports. 2008-08-02 06:04:09 +00:00
util.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
validation.py Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thanks julien and wamberg for the patches. 2008-08-01 18:55:43 +00:00
widgets.py Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien 2008-07-22 03:24:09 +00:00