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
- Re: magic-removal q Robert Wittams
- Re: magic-removal q oggie rob
- Re: magic-removal q Simon Willison
- Re: magic-removal q Brant Harris
- Re: magic-removal q Robert Wittams
- Re: magic-removal q Jacob Kaplan-Moss
- Re: magic-removal q Simon Willison
- Re: magic-removal q Adrian Holovaty