Triaged
-------
https://code.djangoproject.com/ticket/28840 - Admin save as new doesn't work with GenericTabularInline (duplicate)
https://code.djangoproject.com/ticket/28838 - annotations + base_manager_name + instance.save() raises exception (accepted)
Authored
----------
https://github.com/django/django/pull/9404 - Fixed #28866 -- Made InlineAdminFormSet include InlineModelAdmin's Media before its formset's Media.
https://github.com/django/django/pull/9406 - Fixed #28871 -- Fixed initialization of autocomplete widgets in "Add another" inlines.
Reviewed/committed
------------------
https://github.com/django/django/pull/9388 - Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery that uses nulls_first/nulls_last.
https://github.com/django/django/pull/9381 - Fixed #28837 -- Fixed test client crash if an exception with more than one arg is raised.
https://github.com/django/django/pull/9380 - Fixed #28834 -- Followed ancestor links on field cache lookup failure.
https://github.com/django/django/pull/9291 - Fixed #28702 -- Made query lookups for CIText fields use citext.
https://github.com/django/django/pull/9395 - Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey pointing to a MTI model.
https://github.com/django/django/pull/9389 - Fixed #28849 -- Fixed referenced table and column rename on SQLite.
https://github.com/django/ticketbot/pull/12 - Fixed #11 -- Switched to use irc3 lib