Triaged
-------
https://code.djangoproject.com/ticket/27568 - Add new Entropy Password Validator to django.contrib.auth.password_validation (wontfix)
https://code.djangoproject.com/ticket/27571 - Conditionally add TEST_DATABASE_PREFIX to db name (wontfix)
https://code.djangoproject.com/ticket/27578 - ModelChoiceField.to_python() somehow receives value as type 'list' (invalid)
Authored
----------
https://github.com/django/django/pull/7662 - Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
https://github.com/django/djangoproject.com/pull/726 - Refs #710 -- Added a view for corporate membership renewals.
Reviewed/committed
------------------
https://github.com/django/django/pull/7596 - Fixed #26494 -- Made Archive.extract() preserve file permissions.
https://github.com/django/django/pull/7422 - Fixed #18729 -- Made admin changelist not use distinct() if a list_filter doesn't require it.
https://github.com/django/django/pull/7656 - Fixed #27567 -- Fixed crash in the debug view when request.user isn't available.
https://github.com/django/django/pull/7428 - Fixed #26789 -- Fixed handling of empty geometries in BaseSpatialField.get_db_prep_save().
https://github.com/django/django/pull/7565 - Refs #17235 -- Made MultiPartParser leave request.POST immutable.
https://github.com/django/django/pull/5614 - Fixed #25708 -- Fixed annotations with geometry values.
https://github.com/django/django/pull/7130 - Fixed #17002 -- Allowed using a ManyToManyField through model that inherits another.
https://github.com/django/django/pull/7563 - Fixed #13312 -- Allowed specifying the order of null fields in queries.
https://github.com/django/django/pull/7491 - Fixed #27355 -- Added “Creating extension using migrations” docs.
https://github.com/django/django/pull/7669 - Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key is None.