Ticket #5661: patch_rev6442_unicode.diff
File patch_rev6442_unicode.diff, 450 bytes (added by , 17 years ago) |
---|
-
django/contrib/admin/util.py
3 3 from django.utils.html import escape 4 4 from django.utils.text import capfirst 5 5 from django.utils.encoding import force_unicode 6 from django.utils.translation import ugettext as _ 6 7 7 8 def _nest_help(obj, depth, val): 8 9 current = obj