ticket #28384 question

2017-09-06 Thread Windson Yang
This problem actually in option.py if not prev_field or (prev_field.is_relation and field not in prev_field.get_path_info()[-1 ].target_fields)

Re: Hello/thoughts on JsonResponse

2017-09-06 Thread Jani Tiainen
Hi, Since your proposal can live easily out of Django core as a 3rd party functionality you should start by implementing it, rather than waiting for official green light. And that as said, since it can live very easily outside of Django you should really convince that this is something worth

Re: Using EXISTS instead of IN for subqueries

2017-09-06 Thread Todor Velichkov
How does this query look like? Not sure if this is gonna help, but you can take a look at Exists() subqueries On Wednesday, September 6, 2017 at 4:29:21 PM UTC+3, Stephan Seyboth wrote: > > Sorry for resurrecting

Hello/thoughts on JsonResponse

2017-09-06 Thread Ryan Fredericks
Hello everyone, My name is Ryan and I've had the pleasure of working on various Django backed projects for the last three or four years. I've never contributed to the project (yet) but I'd like to get started. I'm posting today because I'd like to discuss something that has irked me about Jso

Re: Using EXISTS instead of IN for subqueries

2017-09-06 Thread Stephan Seyboth
Sorry for resurrecting this ancient thread, but it was the last direct mention I could find about this topic. Curious to hear what happened to Anssi's proposal to change the ORM to use EXISTS subqueries instead of IN subqueries. Looks like the ORM still uses IN as of Django 1.11.4. One of our

Re: Easy pickings are not that easy for a new contributor

2017-09-06 Thread Alexander Lyabah
> look at tests, as you suggest A quick question around this one. If someone accept the ticket and working on it, what is the best way to join and start working on tickets? Should I ask directly on github? On Tuesday, September 5, 2017 at 5:06:20 PM UTC+3, Daniele Procida wrote: > > On Tue, Se

Re: Easy pickings are not that easy for a new contributor

2017-09-06 Thread Alexander Lyabah
> see if you can collaborate with someone who is already working on something, so that even if the issue is a larger one, there might be a more manageable part of it you can tackle. I like the idea of collaboration with someone, since it give me an opportunity to learn more. How can I find one