I didn’t do too much triaging and reviewing this week due to traveling and Django Under the Hood. I started releasing 1.8.6 on a train from Brussels to Amsterdam and uploaded it upon arrival. We had a nice day of sprints today and now I have a plethora of pull requests to review. :-)
Triaged
-------
https://code.djangoproject.com/ticket/25679 - ModelForm.Meta.fields and exclude are not honoured for custom fields (invalid)
https://code.djangoproject.com/ticket/25696 - Add sphinx extension to django.contrib (wontfix)
https://code.djangoproject.com/ticket/25690 - Migration operations should be ordered to prevent all columns from being removed (duplicate)
Probably a few more that I didn’t track...
Reviewed/committed
------------------
https://github.com/django/django/pull/5534 - Fixed #25132 -- Documented how to retrieve a single value using values_list() and get().
https://github.com/django/django/pull/5533 - Fixed #24244 -- Documented contrib.admin.models.LogEntry
https://github.com/django/django/pull/5537 - Fixed #25660 -- Documented GEOSGeometry.dims
https://github.com/django/django/pull/5564 - Fixed #25692 -- Added natural keys support to the Site model