Triaged
-------
https://code.djangoproject.com/ticket/28795 - Remove 'not in' checks and use dict.setdefault() (fixed)
https://code.djangoproject.com/ticket/28779 - Customizing REDIRECT_FIELD_NAME is cumbersome (accepted)
https://code.djangoproject.com/ticket/28803 - When renaming foreign key indexes don't get renamed which breaks next migrations (duplicate)
https://code.djangoproject.com/ticket/28812 - Lack of ModelAdmin permission to list all objects (duplicate)
https://code.djangoproject.com/ticket/28813 - Sqlite migration of manual primary key (duplicate)
Authored
----------
https://github.com/pennersr/django-allauth/pull/1878 - Drop support for Django < 1.11, add support for Django 2.0
https://github.com/django/django/pull/9358 - Fixed #28796 -- Doc'd backwards incompatibility when reverse() receives bytestring args/kwargs.
https://github.com/django/django/pull/9364 - Fixed #28804 -- Fixed "Unknown system variable 'transaction_isolation'" on MariaDB.
Reviewed/committed
------------------
https://github.com/django/django/pull/9345 - Fixed #28792 -- Fixed index name truncation of namespaced tables.
https://github.com/django/django/pull/9359 - Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.
https://github.com/django/django/pull/8704 - Fixed #26184 -- Allowed using any lookups in ModelAdmin.search_fields.
https://github.com/django/djangoproject.com/pull/790 - Fixed #743 -- Added past donations to "manage donations" page.