Triaged
-------
https://code.djangoproject.com/ticket/28800 - Add a management command to list URL patterns (someday/maybe)
https://code.djangoproject.com/ticket/28790 - Document how to avoid running certain test classes in parallel (accepted)
https://code.djangoproject.com/ticket/28831 - Document that InlineModelAdmin methods' obj argument is the parent object (accepted)
https://code.djangoproject.com/ticket/28827 - AttributeError: 'int' object has no attribute 'tzinfo' with ExtractHour and calculation (fixed)
https://code.djangoproject.com/ticket/28844 - Sites cache is not multi-process safe (duplicate)
Reviewed/committed
------------------
https://github.com/django/django/pull/9365 - Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values() and values_list().
https://github.com/django/django/pull/9371 - Clarified who the AdminEmailHandler emails.
https://github.com/django/django/pull/9370 - Fixed #28820 -- Eliminated an extra query with QuerySet.update() on proxy models.
https://github.com/django/djangoproject.com/pull/797 - Updated docs search to use PostgreSQL full-text search