Triaged
-------
https://code.djangoproject.com/ticket/26162 - Data loss when ManyToManyField refers to the wrong table (accepted)
https://code.djangoproject.com/ticket/26168 - BooleanField is forced to be blank=True (accepted)
https://code.djangoproject.com/ticket/26171 - ForeignKey with db_constraint=False doesn't generate an index on MySQL (accepted)
https://code.djangoproject.com/ticket/26173 - localize_input() shouldn't put thousands separator in boolean values (accepted)
https://code.djangoproject.com/ticket/26170 - ModelAdmin add/change/delete views always run transaction on default database (accepted)
https://code.djangoproject.com/ticket/26177 - Using a Postgres database with TIME_ZONE set to None and USE_TZ set to False causes an exception (accepted)
https://code.djangoproject.com/ticket/26179 - Remove null assignment check for non-nullable foreign key fields (created)
https://code.djangoproject.com/ticket/26180 - Altering unique_together still sometimes missing deleted fields (accepted)
Authored
--------
https://github.com/django/django/pull/6092 - Fixed #26176 -- Fixed E123 flake8 warnings.
https://github.com/django/django/pull/6093 - Fixed #26175 -- Removed SHA1 password hashes in tests.
https://github.com/django/django/pull/6096 - Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
https://github.com/django/djangoproject.com/issues/629 - Update to elasticsearch 2.0
Reviewed/committed
------------------
https://github.com/django/django/pull/6054 - Fixed #7923 -- Added links to objects displayed by ModelAdmin.raw_id_fields.
https://github.com/django/django/pull/6035 - Fixed #26124 -- Added missing code formatting to docs headers.
https://github.com/django/django/pull/6060 - Fixed #26152 -- Documented how to avoid django.setup() deadlock in standalone scripts.
https://github.com/django/django/commit/62f3acc70a43a3c4f4970839d490ac8ea6c79047 - Fixed incorrect permissions check for admin's "Save as new".
https://github.com/django/django/pull/6073 - Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.
https://github.com/django/django/pull/5686 - Fixed #11313 -- Made ModelAdmin.list_editable more resilient to concurrent edits.
https://github.com/django/django/pull/5980 - Fixed #23971 -- Added "Has date"/"No date" choices for DateFieldListFilter.
https://github.com/django/django/pull/6037 - Fixed #25731 -- Removed unused choices kwarg for Select.render()
https://github.com/django/django/pull/5193 - Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.
https://github.com/django/django/pull/5745 - Fixed #25833 -- Added support for non-atomic migrations
https://github.com/django/django/pull/6078 - Fixed #13875 -- Made admin's submit_row template tag pass whole Context.
https://github.com/django/django/pull/6051 - Fixed #26144 -- Warned when dumping proxy model without concrete parent.
https://github.com/django/django/pull/5745 - Fixed #25833 -- Added support for non-atomic migrations.