Hi Collin,
On Sat, Aug 23, 2014 at 1:35 AM, Collin Anderson
wrote:
> I like the direction the API is heading.
>
> RE: composite fields:
> Would it help to have an attribute on the individual fields like:
> field.parent = TheCompositeField()? This might help determine which fields
> to pass into
For those confused about namespaces, I have tried to expand and clarify the
documentation: https://github.com/django/django/pull/3092
Please give it a read and add your questions there and I'll do my best to
answer them (with the caveat that you could include me in those who found
the topic con
I like the direction the API is heading.
RE: composite fields:
Would it help to have an attribute on the individual fields like:
field.parent = TheCompositeField()? This might help determine which fields
to pass into __init__(), and might help when serializing.
RE: related objects:
I'm interest