Triaged
-------
https://code.djangoproject.com/ticket/25757 - Don`t create session automatically for anonymouse user (duplicate)
https://code.djangoproject.com/ticket/25763 - Django missing repr friendly formatting of request (wontfix)
https://code.djangoproject.com/ticket/25775 - Method log_message in server.py uses sys.stderr.write, not logging (duplicate)
https://code.djangoproject.com/ticket/25776 - Generic way in the admin to add tools to object-tools-items (duplicate)
https://code.djangoproject.com/ticket/25777 - Django admin/views don't expect forms to fail after validation (wontfix)
https://code.djangoproject.com/ticket/25772 - ArrayField: incorrent len lookup on empty arrays (accepted)
https://code.djangoproject.com/ticket/25792 - Rename JsonResponse to JSONResponse (wontfix)
https://code.djangoproject.com/ticket/25787 - Existence checks for related database sets (wontfix)
https://code.djangoproject.com/ticket/25793 - Removing an MTI model generates an incorrect migration (duplicate)
https://code.djangoproject.com/ticket/25790 - Add a way to disable column sorting in the admin (accepted)
Authored
--------
https://github.com/django/django/pull/5676 - Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440.
https://github.com/django/django/pull/5677 - Refs #25526 -- Documented some missing termcolors.
https://github.com/django/django/pull/5694 - Fixed #25715 -- Fixed Model.refresh_from_db() with ForeignKey w/on_delete=SET_NULL.
https://github.com/django/django/pull/5695 - Fixed #25786 -- Fixed set_FOO_order() crash with order_with_respect_to referencing OneToOneField pk.
Reviewed/committed
------------------
https://github.com/django/django/pull/5661 - Fixed #25755 -- Unified spelling of "website".
https://github.com/django/django/pull/5670 - Fixed #23751 -- Fixed code snippet formatting in docs PDF.
https://github.com/django/django/pull/5628 - Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
https://github.com/django/django/pull/5577 - Fixed #25695 -- Added template_name parameter to csrf_failure() view.
https://github.com/django/django/pull/5664 - Fixed #25682 -- Removed bare except clauses.
https://github.com/django/django/pull/5611 - Fixed #25526 -- Documented how to output colored text in custom management commands.
https://github.com/django/django/pull/5523 - Fixed #25644 -- Fixed reset cookie expiry date bug
https://github.com/django/django/pull/5549 - Fixed #25665 -- Deprecated public getters/setters for properties of `GEOSGeometry` and its subclasses
https://github.com/django/django/pull/5550 - Fixed #25663 -- Added checking of the number of points for LinearRing and LineString.
https://github.com/django/django/pull/5528 - Fixed #25654 -- Added the GEOSGeometry.unary_union property.
https://github.com/django/django/pull/5576 - Fixed #22810 -- Corrected admin changelist count for list filters that filter by default.
https://github.com/django/django/pull/5244 - Fixed #19361 -- Added link to object's change form in admin's post-save message.
https://github.com/django/django/pull/5672 - Fixed #25764 -- Added support for serialization of enum.Enum in migrations.
https://github.com/django/django/pull/5588 - Fixed #25551 -- Fixed migration operations ordering when adding fields and a unique_together constraint.
https://github.com/django/django/pull/5627 - Fixed #25722 -- Added the GEOSGeometry.covers() method.
https://github.com/django/djangoproject.com/pull/509 - Added lazy loading for Django Hero images on fundraising page.
https://github.com/django/django/pull/5697 - Fixed #25781 -- Simplified admin_views tests with client.force_login().
Reviews of core dev work
------------------------
https://github.com/django/djangoproject.com/pull/546 - Docs build cleanup
https://github.com/django/django/pull/5547 - Fixed #25677 -- Prevented decoding errors in/after Popen calls
https://github.com/django/django/pull/5698 - Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied models.