Triaged
-------
https://code.djangoproject.com/ticket/25808 - Setting to allow django.test.Client default requests to follow=True (wontfix)
https://code.djangoproject.com/ticket/25840 - cache.get_or_set() works incorrectly with DummyCache backend (accepted)
https://code.djangoproject.com/ticket/25844 - django-1.9 fails test under pypy (invalid)
https://code.djangoproject.com/ticket/25831 - django.views.generic.edit.FormMixinBase : get_form_with_form_class wrapping preventing custom method profiles for get_form() (wontfix)
https://code.djangoproject.com/ticket/25845 - False timezone offset warnings in admin if a custom base template doesn't set data-admin-utc-offset (accepted)
https://code.djangoproject.com/ticket/25849 - pypy3 ImportError field_spec (wontfix)
https://code.djangoproject.com/ticket/25870 - Wrong position of Action button in admin when using filters (accepted)
Authored
--------
https://github.com/django/djangoproject.com/pull/565 - Added "Download Donor Report" admin action.
https://github.com/django/djangoproject.com/pull/559 - Moved fundraising page to /fundraising/
https://github.com/django/djangoproject.com/pull/560 - Removed ForeignKeys to Campaign.
https://github.com/django/djangoproject.com/pull/561 - Removed the Campaign model.
https://github.com/django/djangoproject.com/pull/568 - Fixed #566 -- Made "Cancel this donation" button use POST.
https://github.com/django/djangoproject.com/pull/570 - Fixed #567 -- Added DjangoHero.location
https://github.com/django/django/pull/5772 - Refs #25677 -- Skipped an i18n test on older gettext versions.
https://github.com/django/django/pull/5777 - Fixed #25860 -- Documented a transaction leak possiblity in TestCase.
Reviewed/committed
------------------
https://github.com/django/django/pull/5743 - Fixed #25827 -- Removed extra spacing in admin's DateTimeField.
https://github.com/django/django/pull/5541 - Fixed #25667 -- Fixed admindocs initial_header_level.
https://github.com/django/django/pull/5755 - Fixed many spelling mistakes in code, comments, and docs.
https://github.com/django/django/pull/5760 - Refs #25659 -- Added missing docs for Difference/Intersection/SymDifference functions.
https://github.com/django/django/pull/5736 - Fixed #25825 -- Implemented __ne__ for template Origin
https://github.com/django/django/pull/5759 - Fixed #25851 -- Updated link to deprecated assignment tag docs.
https://github.com/django/django/pull/5721 - Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.
https://github.com/django/django/pull/5708 - Fixed #25797 -- Fixed regex for getting units from SRS WKT.
https://github.com/django/django/pull/5739 - Fixed #25820 -- Allowed whitespace in admin's calendar.js month/weekday names.
https://github.com/django/django/pull/5645 - Fixed #13774 -- Added models.Field.rel_db_type().
https://github.com/django/django/pull/5756 - Fixed #25840 -- Fixed BaseCache.get_or_set() on the DummyCache backend.
https://github.com/django/django/pull/5768 - Fixed #25740 -- Documented GEOSGeometry operators.
https://github.com/django/django/pull/5567 - Fixed #25165 -- Removed inline JavaScript from contrib.admin.
https://github.com/django/django/pull/5773 - Fixed #25547 -- Made Model.refresh_from_db() update FileField's instance.
Reviews of core dev work
------------------------
https://github.com/django/django/pull/5771 - Fixed #25867 -- Fixed a system check crash with nested ArrayFields.