Re: GSoC Meta refactor: Bikeshedding time!!

2014-08-22 Thread Russell Keith-Magee
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

Re: Should AdminSite be able to handle different namespace?

2014-08-22 Thread Tim Graham
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

Re: GSoC Meta refactor: Bikeshedding time!!

2014-08-22 Thread Collin Anderson
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