Triaged
-------
https://code.djangoproject.com/ticket/28917 - Remove paginator's unordered queryset warning for a .none() queryset (accepted)
https://code.djangoproject.com/ticket/28942 - ChoiceWidget.option_template_name ignores TEMPLATES DIRS (invalid)
Authored
----------
https://github.com/django/django/pull/9482 - Fixed #28941 -- Fixed crash in testserver command startup.
https://github.com/django/django/pull/9485 - Fixed #28956 -- Updated admin's jQuery to 3.2.1.
Reviewed/committed
------------------
https://github.com/django/django/pull/9411 - Fixed #28874 -- Prevented double escaping of errors on hidden form fields.
https://github.com/django/django/pull/9453 - Fixed #28898 -- Corrected admin check allow a OneToOneField in ModelAdmin.autocomplete_fields.
https://github.com/django/django/pull/9457 - Fixed #28915 -- Prevented SQLite from truncating trailing zeros in the fractional part of DecimalField.
https://github.com/django/django/pull/9475 - Fixed #28938 -- Corrected Python compatibility in the tutorial.
https://github.com/django/django/pull/9460 - Fixed #28727 -- Fixed Cast crash on SQlite when casting a Python date/datetime to Date/DateTimeField.
https://github.com/django/django/pull/9481 - Fixed #28947 -- Fixed crash when coercing a translatable URL pattern to str.
https://github.com/django/django/pull/9421 - Fixed #28884 -- Fixed crash on SQLite when renaming a field in a model referenced by a ManyToManyField.
https://github.com/django/django/pull/9476 - Fixed #28937 -- Allowed BinaryField to be editable=True.
https://github.com/django/django/pull/9413 - Fixed #28878 -- Added python_requires in setup.py and a warning for older pips that don't recognize it.
https://github.com/django/django/pull/9483 - Fixed #28594 -- Removed Jython docs and specific code.