Mercurial > public > sg101
diff gpp/bio/admin.py @ 277:d424b8bae71d
Fixing #128 and #129. Add elsewhere weblinks to search content. Add support for haystack's get_update_field() method.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 02 Oct 2010 23:24:39 +0000 |
parents | 8c1832b9d815 |
children | 69d0306a6fe7 |
line wrap: on
line diff
--- a/gpp/bio/admin.py Thu Sep 30 00:06:04 2010 +0000 +++ b/gpp/bio/admin.py Sat Oct 02 23:24:39 2010 +0000 @@ -21,7 +21,7 @@ 'user__email') exclude = ('profile_html', 'signature_html') list_display = ('__unicode__', 'user_is_active', 'get_status_display', 'status_date') - readonly_fields = ('status', 'status_date') + readonly_fields = ('status', 'status_date', 'update_date') list_filter = ('status', ) date_hierarchy = 'status_date' inlines = (BadgeOwnerInline, )