Fellow Report - May 7, 2016

2016-05-07 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/26555 - makemigrations serializer isinstance() check fails for subclasses of Decimal (and DateTime etc) (accepted) https://code.djangoproject.com/ticket/26568 - in_bulk when run on a query set should not need a list of IDs (duplicate)

Re: Enforcing a max size for form field values read into memory (review/determination of next steps needed)

2016-05-07 Thread Tim Graham
After discussion on the PR, we concluded that the reasons that the request.body check was removed weren't valid, so this check is reinstated. I believe I've addressed all Tom Christie's concerns by now. If anyone else would like to take a look, now is the time. Thanks!

Re: re-thinking middleware

2016-05-07 Thread Tim Graham
Thanks, I have what I hope is a minimally mergable patch here: https://github.com/django/django/pull/6501 As noted on the PR, there a more things that should be before the 1.10 feature freeze but I'm hoping I can ticket them out and get some help from the community after merging this first