Re: Django explicit `order_by` by ForeignKey field

2014-04-28 Thread alTus
Wow, that's cool, thanks! As I see it was quite a long running issue. понедельник, 28 апреля 2014 г., 23:39:53 UTC+4 пользователь charettes написал: > > After discussion this was escalated to a release blocker in order to make > sure we don't miss the opportunity of fixing it correctly. > > I at

[ANNOUNCE] Django bugfix releases

2014-04-28 Thread James Bennett
Today we've issued releases which remedy a regression reported with last week's security release. Details and updated packages are available from the Django project blog: https://www.djangoproject.com/weblog/2014/apr/28/bugfix-releases-issued/ -- You received this message because you are subscr

Re: Django explicit `order_by` by ForeignKey field

2014-04-28 Thread charettes
After discussion this was escalated to a release blocker in order to make sure we don't miss the opportunity of fixing it correctly. I attached a patch to the ticket that makes sure that explicitly ordering by a relation source field (group_id in your case) produces the expected result. Simon

Django explicit `order_by` by ForeignKey field

2014-04-28 Thread alTus
I've already started this topic in django-users ( https://groups.google.com/forum/#!topic/django-users/k9K7VsPe6aA) and got an advice there to ask here. It's not a big issue and it can be solved quite easily as I can see from django sources. Also there're some workarounds to deal with it but I wr

Re: DEPs: Django Enhancement Proposals

2014-04-28 Thread Matt
And DEP20 for Django philosophy :} https://docs.djangoproject.com/en/dev/misc/design-philosophies/ -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-d