oggie rob wrote:
> 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
> 
> 
That would be even wierder in my opinion, as the Manager:
a) is not required
b) is orthogonal to the admin

Reply via email to