Triaged
-------
https://code.djangoproject.com/ticket/27275 - Use verbose names for fields in construct_change_message (duplicate)
https://code.djangoproject.com/ticket/27274 - KeyError when using RenameModel in migrations that refer to an unmanaged model in another app. (invalid)
https://code.djangoproject.com/ticket/27280 - can_order/can_delete documentation examples don't require initial data (invalid)
https://code.djangoproject.com/ticket/27287 - IndexError in logging on runserver broken pipe error (duplicate)
https://code.djangoproject.com/ticket/27285 - Multi-db example : default database config can not be an empty dict (duplicate)
https://code.djangoproject.com/ticket/27286 - Tests fail on MySQL when using multi-db and some DB is read-only due to supports_transactions() call (duplicate)
https://code.djangoproject.com/ticket/27289 - Badly wrong explanation of View.as_view() and its use in urlconf (fixed)
https://code.djangoproject.com/ticket/27297 - Non-deterministic infinite AlterField migrations created for foreign key (accepted)
https://code.djangoproject.com/ticket/27299 - Document Widget.use_required_attribute() (accepted)
https://code.djangoproject.com/ticket/27292 - Example authentication backend doesn't need to set user's password (accepted)
Authored
--------
https://github.com/django/django/pull/7296 - Fixed #27266 -- Allowed using assertFormError()/assertFormsetError() in admin forms and formsets.
https://github.com/django/django/pull/7299 - Added a CVE role for Sphinx.
https://github.com/django/django/pull/7305 - Fixed #27217 -- Fixed CreateModel optimization with models that use mixins.
https://github.com/django/django/pull/7318 - Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
https://github.com/django/django/pull/7322 - Confirmed support for PostGIS 2.3.
Reviewed/committed
------------------
https://github.com/django/django/pull/7294 - Fixed #27271 -- Allowed ServerFormatter to handle simple messages.
https://github.com/django/django/pull/7145 - Fixed #27053 -- Documented contrib.auth.get_user().
https://github.com/django/django/pull/7265 - Fixed #20705 -- Allowed using PasswordResetForm with user models with an email field not named 'email'.
https://github.com/django/django/pull/7270 - Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().
https://github.com/django/django/pull/7282 - Fixed #27210 -- Allowed SMTPBackend to fail silently on a socket connection error.
https://github.com/django/django/pull/7247 - Fixed #27226 -- Removed Last-Modified header setting in cache.patch_response_headers().
https://github.com/django/django/pull/7316 - Fixed #27294 -- Documented UserCreationForm's fields.
https://github.com/django/django/pull/7320 - Fixed #26541 -- Allowed MySQL transaction detection to work without table creation.
Reviews of core dev work
------------------------
https://github.com/django/django/pull/7328 - Refs #26940 -- Re-allowed makemessages without settings
https://github.com/django/django/pull/7331 - Fixed #27302 -- Fixed ModelAdmin.construct_change_message() changed field detection