Re: denormalized data in single field

2008-09-23 Thread gearheart
yes, i think i'll do that but the for every entity that has location i need to override form and save method. i think there should be more django-style solution On 23 сент, 23:39, akonsu <[EMAIL PROTECTED]> wrote: > hello, > > you can override the model's save() method. > > konstantin > > On Se

Re: denormalized data in single field

2008-09-23 Thread akonsu
hello, you can override the model's save() method. konstantin On Sep 23, 3:05 pm, "Владимир Сидоренко" <[EMAIL PROTECTED]> wrote: > hi > > i need to process a set of denormalized data in single model field. > for example, > > class Place(Model): >     location = LocationField() > > it's rendere

denormalized data in single field

2008-09-23 Thread Владимир Сидоренко
hi i need to process a set of denormalized data in single model field. for example, class Place(Model): location = LocationField() it's rendered as one single text field, where we insert address, then by this address we find out corresponding district and nearest subway station and write to