bump
On 09/28/2011 12:52 AM, Jonas H. wrote:
Hallöchen,
some non-relational databases (e.g. MongoDB) have support for
arbitrarily nested objects. To make queries that "reach" into these
sub-objects, the Django-nonrel developers find it appealing to use JOIN
syntax. For instance, if you had this
I think that lookup separator syntax is definitely the right approach here.
The implementation should modify setup_joins. I think the cleanest approach
would be to detect that the current lookup part leads to a field with subfields
in either this part of the code:
else:
On 09/28/2011 11:47 AM, Florian Apolloner wrote:
On Wednesday, September 28, 2011 12:52:51 AM UTC+2, jo...@lophus.org wrote:
What's the core team's opinion on this topic -- is there any chance to
Secondly, how could this be implemented?
Did you search the mailing list about this topic at a
On Wednesday, September 28, 2011 12:52:51 AM UTC+2, jo...@lophus.org wrote:
>
> What's the core team's opinion on this topic -- is there any chance to
>
> Secondly, how could this be implemented?
>
Did you search the mailing list about this topic at all yet? I am not sure,
but I think Alex impl