Ticket #4369: manangement.diff
File manangement.diff, 732 bytes (added by , 17 years ago) |
---|
-
home/modarch/django/branches/unicode/django/core/management.py
1053 1053 e.add(opts, '"admin.list_display", if given, must be set to a list or tuple.') 1054 1054 else: 1055 1055 for fn in opts.admin.list_display: 1056 if fn=="__unicode__": 1057 continue 1056 1058 try: 1057 1059 f = opts.get_field(fn) 1058 1060 except models.FieldDoesNotExist: