I will be mostly offline next week.
Triaged
-------
https://code.djangoproject.com/ticket/28881 - Document that CommonPasswordValidator assumes all words are lower case (accepted)
https://code.djangoproject.com/ticket/28879 - Widget NumberInput becomes text if you change size (invalid)
https://code.djangoproject.com/ticket/28862 - Removing a field from index_together/unique_together and from the model generates a migration that crashes (accepted)
https://code.djangoproject.com/ticket/28894 - Invalid migrations caused by incorrect serialization of functools.partial() (wontfix)
https://code.djangoproject.com/ticket/28886 - Example included auth urls don't include accounts/ prefix assumed by much of the other documentation (fixed)
https://code.djangoproject.com/ticket/28895 - serialized_rollback = True causes an IntgrityError in LiveServerTestCase (duplicate)
https://code.djangoproject.com/ticket/28883 - Document that the uuid URL path converter requires lowercase letters (fixed)
https://code.djangoproject.com/ticket/28902 - password_validators_help_text_html isn't marked as safe correctly (accepted)
https://code.djangoproject.com/ticket/28903 - Wheel files don't include the license properly (invalid)
Reviewed/committed
------------------
https://github.com/django/django/pull/9426 - Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.
https://github.com/django/django/pull/9412 - Fixed #28876 -- Fixed class-based model indexes and constraints names for models with quoted db_table.
https://github.com/django/django/pull/9422 - Fixed #28877 -- Made ordinal template filter results more localizable.
https://github.com/django/django/pull/9410 - Fixed #28870 -- Added support for functools.partialmethod serialization in migrations.
https://github.com/django/django/pull/9427 - Fixed #28891 -- Documented Origin's loader attribute.
https://github.com/django/django/pull/9367 - Fixed #28791 -- Allowed commands that don't require settings to work if the DJANGO_SETTINGS_MODULE doesn't exist.
https://github.com/django/django/pull/9432 - Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a model that uses more than one level of MTI.
https://github.com/django/django/pull/9435 - Fixed #28896 -- Reallowed filtering a queryset with GeometryField=None