Fellow Report - December 9, 2017

2017-12-09 Thread Tim Graham
I will be mostly offline next week. Triaged --- https://code.djangoproject.com/ticket/28881 - Document that CommonPasswordValidator assumes all words are lower case (accepted) https://code.djangoproject.com/ticket/28879 - Widget NumberInput becomes text if you change size (invalid) ht

Re: Removing ORM's union restrictions

2017-12-09 Thread Adam Johnson
Afraid I can't say as to whether you're missing anything, but I can say that MySQL/MariaDB support LIMIT/OFFSET it in the combined queries, so if this were implemented it would be nice to not add the SELECT * wrappers for the MySQL backend - there does seem to be a performance impact there, as the