Changeset 6784
- Timestamp:
- 12/01/07 10:39:28 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/newforms-admin/django/contrib/admin/templatetags/admin_list.py
r6782 r6784 186 186 result_repr = escape(field_val) 187 187 if force_unicode(result_repr) == '': 188 result_repr = ' '188 result_repr = mark_safe(' ') 189 189 # If list_display_links not defined, add the link tag to the first field 190 190 if (first and not cl.list_display_links) or field_name in cl.list_display_links:
