Can the admin options be specified in the meta.Manager field?
e.g.
class Whatever(Model):
        name = CharField(maxlength=100)
        objects = Manager(list_display=....)

 -rob

Reply via email to