Fellow Report - February 11, 2017

2017-02-11 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/27810 - Add query expression support for ModelAdmin list_display's admin_order_field (accepted) https://code.djangoproject.com/ticket/27812 - When there is a DateTimeField django does not group by (invalid)

Re: status of 1.11 release blockers

2017-02-11 Thread Tim Graham
Thank you to everyone who's tested their apps with Django 1.11. The beta release is planned for Monday, February 20. After that, only release blocking bug fixes will be accepted on the stable/1.11.x branch. There are currently no reported, unfixed regressions or other release blockers for

Re: pull request: write feeds with ordered attributes

2017-02-11 Thread Adam Johnson
I can see the advantage from an operational perspective with files matching byte-for-byte. I know many API's do the same with sorting the keys in their JSON output for the same reason. I should think the performance impact isn't too great, but would be nice to see some benchmarking to prove it's

pull request: write feeds with ordered attributes

2017-02-11 Thread Georg Sauthoff
(please CC me) Hello, I recently created this small pull request: write feeds with ordered attributes (#8044) https://github.com/django/django/pull/8044 Tim Graham suggested that I also write to the mailing list to reach a consensus. Thus, please have a look. Best regards Georg -- 'The type

Re: CITextField base class

2017-02-11 Thread Adam Johnson
I agree with Aymeric that the framework should contain any boilerplate rather than force projects to implement it themselves. On 9 February 2017 at 13:43, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hello, > > I’m not a fan of having every project that needs case-insensitive