There were more cleanups for the removal of Python 2 this week:
https://code.djangoproject.com/ticket/23919. I think it’s mostly done now.
Triaged
-------
https://code.djangoproject.com/ticket/27765 - Migration to delete child model (multi-table inheritance) results in an error when using SQLite (duplicate)
https://code.djangoproject.com/ticket/27757 - The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. (invalid)
https://code.djangoproject.com/ticket/27772 - Multiple Database without Default (needsinfo)
https://code.djangoproject.com/ticket/27764 - Running migration that deletes child model (in multi-table inheritance) backwards results in an error (duplicate)
https://code.djangoproject.com/ticket/27774 - django admin with many objects count is very slow (invalid)
https://github.com/jazzband/django-debug-toolbar/issues/910 - Poor performance in Django 1.11 after template-based widget rendering (created)
https://code.djangoproject.com/ticket/27781 - simplify_regex() doesn't remove ? characters (fixed)
https://code.djangoproject.com/ticket/27785 - Log request.body (or part of it) in the 500 debug content (accepted)
Authored
----------
https://github.com/django/django/pull/7960 - Fixed #27722 -- Reallowed using backend-specific templates in {% include %}.
https://github.com/django/django/pull/7971 - Fixed #27788 -- Dropped support for Oracle < 12.1.
https://github.com/django/django/pull/7972 - Refs #27790 -- Reverted "Removed available_apps on TestCase subclasses."
https://github.com/django/django/pull/7978 - Fixed #27683 -- Made MySQL default to the read committed isolation level.
https://github.com/django/djangoproject.com/pull/733 - Allowed archiving inactive corporate members.
Reviewed/committed
------------------
https://github.com/django/django/pull/7926 - Fixed #27761 -- Fixed quote location in multiple_input.html forms templates.
https://github.com/django/django/pull/7925 - Fixed #27759 -- Prevented forms attrs.html template from rendering False attrs.
https://github.com/django/django/pull/7813 - Fixed #27678 - Documented that template system isn't safe against untrusted authors.
https://github.com/django/django/pull/7858 - Fixed #27748 -- Switched HTTP error handlers to reference callables instead of strings.
https://github.com/django/django/pull/7949 - Fixed #27769 -- Documented option naming differences between django-admin and call_command().
https://github.com/django/django/pull/7923 - Fixed #26993 -- Increased User.last_name max_length to 150 characters.
https://github.com/django/django/pull/7963 - Fixed #26708 -- Updated the contributing tutorial to use a GitHub workflow.