class Ref(models.Model): class META: db_table='ref' admin = meta.Admin( list_display = ('subject', 'body', 'email', 'neighborhood', 'address', 'created'), ) class Admin: pass list_display = ('subject', 'body', 'email', 'neighborhood', 'address', 'created') list_filter = ('created') date_hierarchy = ('created') search_fields = ['subject', 'body', 'email', 'neighborhood']
it doesnt work please help me out thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---