Re: Adding features to several models

2005-12-19 Thread Ferry Dave
Hi Adrian, thanks for your reply. Adrian Holovaty <[EMAIL PROTECTED]> wrote: > We're working right now on a "magic-removal" branch, which will make > this easier by letting you override the standard get_list(), etc., > functions. This sounds very interesting. There are many parts of Django, wh

Re: Adding features to several models

2005-12-18 Thread Eric Walstad
On Sunday 18 December 2005 06:23 am, Ferry Dave wrote: > Hi there, > > I'm new to django and like it quite much, but have troubles with some > aspects of it. > > I'd like to write a base class with specific features for (almost) every > model in my app. It should provide several features, like db-

Re: Adding features to several models

2005-12-18 Thread Adrian Holovaty
On 12/18/05, Ferry Dave <[EMAIL PROTECTED]> wrote: > I'd like to write a base class with specific features for (almost) every > model in my app. It should provide several features, like db-fields for > "hidden", "show after date" with meta.admin configuration and modified > X_get_list-functions i