Triaged
-------
https://code.djangoproject.com/ticket/28565 - Collectstatic raises error when trying to ignore files with glob wildcards (invalid)
https://code.djangoproject.com/ticket/28551 - Exclude query on M2M field with F() fails (duplicate)
https://code.djangoproject.com/ticket/28571 - Allow createsuperuser to bypass password validation (accepted)
Reviewed/committed
------------------
https://github.com/django/django/pull/9002 - Fixed #28550 -- Restored contrib.auth's login() and logout() views' respect of positional arguments.
https://github.com/django/django/pull/8996 - Fixed #28500 -- Fixed crash in FileBasedCache._is_expired() if the cache file is empty.
https://github.com/django/django/pull/9006 - Fixed #28558 -- Simplified code to remove OGRIndexError.
https://github.com/django/django/pull/8983 - Fixed #26344 -- Made EmailMessage include alternatives when the body is empty and it has attachments.
https://github.com/django/django/pull/8896 - Corrected YearComparisonLookup.get_bound() signature.
https://github.com/django/django/pull/8927 - Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to subclasses.
https://github.com/django/django/pull/8873 - Fixed #28479 -- Doc'd that transaction rollback doesn't revert model state.
https://github.com/django/django/pull/8926 - Fixed #28493 -- Made migrations autodetector find dependencies for model renaming.
https://github.com/django/django/pull/9026 - Fixed #28569 -- Corrected get_layer_by_name prototype to skip error checking.
https://github.com/django/django/pull/8694 - Fixed #28126 -- Added GistIndex to contrib.postgres.
https://github.com/django/django/pull/9019 - Fixed #28555 -- Made CharField convert whitespace-only values to the empty_value when strip is enabled.
https://github.com/django/django/pull/8673 - Fixed #28335 -- Allowed query expressions in Meta.ordering.
https://github.com/django/django/pull/8668 - Fixed #11557 -- Added support for a list of fields in Meta.get_latest_by and QuerySet.earliest()/latest().
https://github.com/django/django/pull/8852 - Fixed #15648 -- Allowed QuerySet.values_list() to return a namedtuple.
https://github.com/django/django/pull/8305 - Fixed #28032 -- Added Paginator.get_page().
https://github.com/django/django/pull/7520 - Fixed #27318 -- Made cache.set_many() return a list of failing keys.
https://github.com/django/django/pull/8995 - Fixed #28546 -- Fixed translation's to_locale() with langauge subtags.
https://github.com/django/django/pull/9046 - Refs #24928 -- Added introspection support for PostgreSQL JSONField.