Triaged
-------
https://code.djangoproject.com/ticket/28611 - Redirects contrib app - CharField(max_length=200) is too little (duplicate)
Authored
----------
https://github.com/jazzband/django-hosts/pull/73 - Drop support for Django < 1.11 and add support for 2.0
Reviewed/committed
------------------
https://github.com/django/django/pull/7611 - Fixed #26608 -- Add support for OVER clause (window expressions).
https://github.com/django/django/pull/6385 - Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyField in the admin.
https://github.com/django/django/pull/9096 - Fixed #28597 -- Fixed crash with the name of a model's autogenerated primary key in an Index's fields.
https://github.com/django/django/pull/9100 - Fixed #28488 -- Reallowed error handlers to access CSRF tokens.
https://github.com/django/django/pull/9107 - Fixed #28576 -- Added color interpretation method to GDALBand.
https://github.com/django/django/pull/9086 - Refs #28595 -- Added a hook to add execute wrappers for database queries.
https://github.com/django/django/pull/9081 - Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support.