t improve in this area.
>
> Jacob
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers" group.
> To post to this group, send email to django-develop...@googlegroups.com.
> To unsubscribe from this group, send email to
> djang
Michael,
In your address example, I'm not sure what advantage this CompositeField has
over just creating an address model/table and using a regular foreign key to
reference it. You mentioned the need to create a field composed of other
fields which to me sounds a lot like a regular one-to-many rel
Thanks for the response Russell,
We can get into exactly what I'm doing if we need to, but for now lets just
assume that I've thought this through fairly thoroughly and I do in fact
want to start background processes from certain very specific web requests.
We can certainly get into the details if