Triaged
-------
https://code.djangoproject.com/ticket/26941 - Remove quotes from uwsgi "env = LANG=…" configuration (fixed)
https://code.djangoproject.com/ticket/26935 - DB connections stuck in closed state when using Django ORM in daemon (duplicate)
https://code.djangoproject.com/ticket/13978 - Allow inline js/css in forms.Media (wontfix)
https://code.djangoproject.com/ticket/26950 - Removed unused DatabaseOperations methods (created)
https://code.djangoproject.com/ticket/26958 - Django urlize inside html tags (invalid)
https://code.djangoproject.com/ticket/26957 - Inconsistency between doc and code: authenticate() when user.is_active == False (accepted)
https://code.djangoproject.com/ticket/26962 - docs: Missing Information about Transaction in Operations (migrations) (accepted)
https://code.djangoproject.com/ticket/26960 - Allow user login after password reset (accepted)
https://code.djangoproject.com/ticket/26953 - Custom manager inheriting BaseManager.from_queryset() crashes with AssertionError (invalid)
https://code.djangoproject.com/ticket/26954 - has_module_permission set to False on ModelAdmin raises 403 Forbidden error when visiting its app page (accepted)
https://code.djangoproject.com/ticket/26963 - Improve error message when trying to insert a value that overflows DecimalField (invalid)
https://code.djangoproject.com/ticket/26959 - AssertionError in query.py change_aliases (duplicate)
https://code.djangoproject.com/ticket/26964 - No mention of index_together on the GenericForeignKey section (duplicate)
https://code.djangoproject.com/ticket/26965 - Postgres Full Text Search in ModelAdmin.search_fields (duplicate)
https://code.djangoproject.com/ticket/26955 - Multi-db example : default database config can not be an empty dict (needsinfo)
https://code.djangoproject.com/ticket/26973 - i18n template tag loading error when setting show_indexes=True for views.static.serve (accepted)
Authored
--------
https://github.com/django/djangopeople/compare/6ef7c9fe4987204fb063ee3cdceea5a993aae306...7753a9f3c1793852d15818ecdc33c4a6d7545d08 - Updated from Django 1.6 to 1.9
https://github.com/django/djangopeople/pull/69 - Update to Python 3.5.2
https://github.com/django/django/pull/6990 - Refs #25550 -- Corrected deprecation message for assigning M2M relations.
https://github.com/django/django/pull/6992 - Fixed #26970 -- Fixed crash with disabled ModelMultipleChoiceField.
https://github.com/django/django/pull/6994 - Fixed #26930 -- Prevented makemigrations from accessing an empty database.
Reviewed/committed
------------------
https://github.com/django/django/pull/6933 - Fixed #26915 -- Fixed regression handling responses returned from view middleware
https://github.com/django/django/pull/6927 - Fixed #26114 -- Fixed AlterModelTable.describe() if db_table is None.
https://github.com/django/django/pull/6944 - Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logout_then_login().
https://github.com/django/django/pull/6948 - Fixed #26657 -- Fixed MySQL 5.7 GIS test failures.
https://github.com/django/django/pull/6989 - Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.