Possible Bug (MYSQL)

2016-05-30 Thread Paulo Gabriel Poiati
Hello, I would like some help from the core guys. I'm getting an error while executing the following query (the objective of this query is basically get the last created employee for each company): *Company.objects.annotate(Max('employee__pk')).filter(employee__pk=F('employee__pk__max'))* The

Re: Using "py2" Trac keyword to tag Python 2-specific issues

2016-05-30 Thread Asif Saifuddin
Hi Tim, If you need help while removing support of python2 from code base you could knock me. Thanks On Tuesday, May 31, 2016 at 12:34:23 AM UTC+6, Tim Graham wrote: > > I've started tagging Python 2-specific Trac tickets with the "py2" > keyword. You can view such issues using: > >

Using "py2" Trac keyword to tag Python 2-specific issues

2016-05-30 Thread Tim Graham
I've started tagging Python 2-specific Trac tickets with the "py2" keyword. You can view such issues using: https://code.djangoproject.com/query?status=!closed=~py2 Since Django 1.11 will be the last version of Django to support Python 2, my plan is to close these issues if they don't receive

Re: SQL ALchemy support on django

2016-05-30 Thread Asif Saifuddin
Hi, I failed to apply for gsoc, but I planned to give some effort on this whenever I get some time. Anyone having interest and time could help he with some tecnical guidence. Much more to do there. Thanks https://github.com/TrendBreaker/django-alchemy On Friday, March 4, 2016 at 2:00:11 PM