Re: Adding suggest / accept functionality to models

2008-06-18 Thread Dan
On Tue, Jun 17, 2008 at 5:22 PM, Norman Harman <[EMAIL PROTECTED]> wrote: > > Dan wrote: >> There is a functionality which I am interested in and I wonder what is >> the cleanest and most foward compatible way of doing things. >> >> I want models to sprout a suggest() method which would work like

Re: Adding suggest / accept functionality to models

2008-06-17 Thread Norman Harman
Dan wrote: > There is a functionality which I am interested in and I wonder what is > the cleanest and most foward compatible way of doing things. > > I want models to sprout a suggest() method which would work like > save() but keep the data in some structure elsewhere that do not > modify the o

Adding suggest / accept functionality to models

2008-06-17 Thread Dan
There is a functionality which I am interested in and I wonder what is the cleanest and most foward compatible way of doing things. I want models to sprout a suggest() method which would work like save() but keep the data in some structure elsewhere that do not modify the original data. Any regul