Triaged
-------
https://code.djangoproject.com/ticket/25885 - SyntaxError in Django 1.9 install output (invalid)
https://code.djangoproject.com/ticket/25883 - Admin Delete Page Incorrectly Counts Related Objects (accepted)
https://code.djangoproject.com/ticket/25880 - Forms created by formset_factory's extra parameter don't have instance set (accepted)
https://code.djangoproject.com/ticket/25886 - Release notes confusion and Django 1.8.8/Python 3.2-3.3 import error (worksforme)
https://code.djangoproject.com/ticket/25872 - Title attribute for related widget links lacks escaping (and breaks html) (accepted)
https://code.djangoproject.com/ticket/25891 - Add an admin widget to display user_permissions in tabular format (wontfix)
https://code.djangoproject.com/ticket/25879 - Uncertainty about constraint checks during fixture loading (duplicate)
https://code.djangoproject.com/ticket/25889 - Organize queries tests (accepted)
https://code.djangoproject.com/ticket/25876 - Remove unused/untested OGRGeometry.transform_to() method (accepted)
https://code.djangoproject.com/ticket/25896 - SeparateDatabaseAndState.database_backwards() applies state incorrectly (accepted)
https://code.djangoproject.com/ticket/25884 - migrate --run-syncdb doesn't work when specifying a database (accepted)
https://code.djangoproject.com/ticket/25898 - test database creation on Oracle mistakes privilege error for existing database (accepted)
https://code.djangoproject.com/ticket/25902 - Add system check for project-wide database table name conflicts (accepted)
https://code.djangoproject.com/ticket/25903 - "Add another" related field buttons in list_editable don't open a popup (acepted)
https://code.djangoproject.com/ticket/25907 - Alternative Way of Specifying URL Patterns (wontfix)
https://code.djangoproject.com/ticket/25905 - Unsafe usage of urljoin() within FileStorageSystem (accepted)
https://code.djangoproject.com/ticket/25908 - migrations fail when default function is removed (invalid)
https://code.djangoproject.com/ticket/25906 - `squashmigrations` generates migrations that don't work with Python 3 (duplicate)
https://code.djangoproject.com/ticket/25904 - --fake-initial does not work for ManyToMany with through Model (accepted)
https://code.djangoproject.com/ticket/25912 - Add binary left/right shift operators to F expressions (accepted)
https://code.djangoproject.com/ticket/25899 - manage.py tests requires database creation privileges (worksforme)
https://code.djangoproject.com/ticket/25918 - Remove unused LOGOUT_URL setting (accepted)
https://code.djangoproject.com/ticket/25919 - Wrong behavior after saving on changelist page when any field is list_editable (duplicate)
https://code.djangoproject.com/ticket/25921 - Make runserver handle HTTPS requests (wontfix)
https://code.djangoproject.com/ticket/25922 - migrate --fake-initial fails to handle ManyToManyFields created by AddField (accepted)
https://code.djangoproject.com/ticket/25916 - Add lastmod support to sitemapindex (accepted)
https://code.djangoproject.com/ticket/25914 - order_by not consistently returning data in specified order (needsinfo)
https://code.djangoproject.com/ticket/25911 - The decorator override_settings resets SETTINGS_MODULE variable (needsinfo)
https://code.djangoproject.com/ticket/25861 - Performing two conditional counts on foreign key fields (worksforme)
Authored
--------
https://github.com/django/django/pull/5783 - Fixed #25881 -- Marked Python 3.2 in Django 1.8 as unsupported at the end of 2016.
https://github.com/django/django/pull/5811 - Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp.
https://github.com/django/djangoproject.com/pull/573 - Fixed #508 -- Improved display of heros on fundraising page.
https://github.com/django/djangoproject.com/pull/577 - Fixed #575 -- Created Stripe customers with an email address.
Reviewed/committed
------------------
https://github.com/django/django/pull/5566 - Fixed #25637 -- Added URLValidator hostname length validation.
https://github.com/django/django/pull/5728 - Fixed #25672 -- Clarified why related ManyToManyFields with a custom intermediate model disable the remove() method.
https://github.com/django/django/pull/5800 - Fixed #25896 -- Fixed state bug in SeparateDatabaseAndState.database_backwards().
https://github.com/django/django/pull/5803 - Fixed #25900 -- Fixed regression in CommonMiddleware ETag support.
https://github.com/django/django/pull/5571 - Fixed #21221 -- Made form Media and static template tag use staticfiles if installed.
https://github.com/django/django/pull/5603 - Fixed #25412 -- Fixed missing PostgreSQL index on Char/TextField when using AlterField.
https://github.com/django/django/pull/5796 - Fixed #25883 -- Fixed admin deletion page summary counts for related objects.
https://github.com/django/django/pull/5819 - Fixed #25924 -- Removed gis.utils.srs.add_postgis_srs backwards-compatibility alias.
https://github.com/django/django/pull/5581 - Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy()
https://github.com/django/djangoproject.com/pull/544 - Fixed #535 -- Fixed incorrect URL generation in sitemaps.