Re: Eric Evans Value Objects

2009-08-18 Thread gentlestone
Thank you very mutch. Propably you have saved me a lot of time. On 17. Aug, 15:31 h., Peter Herndon wrote: > Hi Tibor, > > > > On Mon, Aug 17, 2009 at 4:17 AM, gentlestone wrote: > > > I'm looking for a support for something like Eric Evans Value Objects > > (http://domaindrivendesign.org/). For

Re: Eric Evans Value Objects

2009-08-17 Thread Peter Herndon
Hi Tibor, On Mon, Aug 17, 2009 at 4:17 AM, gentlestone wrote: > > I'm looking for a support for something like Eric Evans Value Objects > (http://domaindrivendesign.org/). For example, if I have a Person > model like > > class Adress(models.Model): >    street = ... >    city = ... >    postal_co