Re: Please add exists subquery to queryset api

2014-11-11 Thread George Ma
Yes, that's the query i'd like to have. On Monday, November 10, 2014 10:38:41 PM UTC-7, Curtis Maloney wrote: > > Can you provide the "natural" SQL version you'd rather see generated? > > Something like: > > SELECT ... FROM myapp_a WHERE NOT EXISTS (SELECT 1 FROM myapp_b T1 WHERE > T1.a_id =

Re: Explicit relative imports

2014-11-11 Thread Marc Tamlyn
I agree wholeheartedly. (Sorry, not much else to say...) On 11 November 2014 21:51, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hello, > > We’ve started using explicit relative imports in newer parts of the Django > source tree. They’re short and readable. That’s good. > > I

Explicit relative imports

2014-11-11 Thread Aymeric Augustin
Hello, We’ve started using explicit relative imports in newer parts of the Django source tree. They’re short and readable. That’s good. I would like to add guidelines about imports in the coding style guide in order to improve consistency. My inclination would be to recommend relative imports

Running flake8 on pull requests

2014-11-11 Thread Aymeric Augustin
Hello, Since we started using flake8, we made many small commits to fix glitches. Would it be possible to run flake8 on Jenkins when testing pull requests? I think that would help. -- Aymeric. -- You received this message because you are subscribed to the Google Groups "Django developers

Re: Django Mptt Admin as an inline form

2014-11-11 Thread Tom Christie
Hi Neeraj, This group is for discussion of development of Django itself. You want the 'Django users' group, here... https://groups.google.com/forum/#!forum/django-users All the best, Tom -- You received this message because you are subscribed to the Google Groups "Django developers

Django Mptt Admin as an inline form

2014-11-11 Thread Neeraj Sharma
I want to use Django Mptt Admin as an inline form in admin.py , please help me on this. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it,

Re: Swampdragon, the realtime framework for Django seems interesting. But will it scale ?

2014-11-11 Thread Florian Apolloner
Hi, this mailing list is about the development of Django itself -- you are better off in django-users. Cheers, Florian On Tuesday, November 11, 2014 6:54:34 AM UTC+1, Suren Sth wrote: > > I recently came across Swampdragon ( Visit official site > ). I am curious can

Swampdragon, the realtime framework for Django seems interesting. But will it scale ?

2014-11-11 Thread Suren Sth
I recently came across Swampdragon ( Visit official site ). I am curious can it be used in production sites and will it scale ? If it can be, what is the best way? -- You received this message because you are subscribed to the Google Groups "Django developers

Re: Admin bug that causes data loss need attention

2014-11-11 Thread Josh Smeaton
I don't think a doc patch is sufficient to address the problem, and I highly doubt that a warning would be heard by the vast majority. The attention this bug needs is someone to write a patch to fix the code. Looking at the ticket, 4 weeks ago someone suggested some code that *may* fix the