Triaged
-------
https://code.djangoproject.com/ticket/25568 - Can't use template syntax characters within tag and filter arguments (Invalid)
https://code.djangoproject.com/ticket/25566 - Admin popup_response.html needs a title (accepted)
https://code.djangoproject.com/ticket/25577 - Squashed migrations do not work if deletion of indexed field can't be optimized on postgresql database (duplicate)
https://code.djangoproject.com/ticket/25570 - Using a templatetag in a Python file in a project template causes an Exception (wontfix)
https://code.djangoproject.com/ticket/25573 - Add simple way to use SplitDateTimeField on ModelForms (duplicate)
https://code.djangoproject.com/ticket/25582 - Add a way to build URLs with query strings (accepted)
https://code.djangoproject.com/ticket/21894 - Error in example code in django.forms.Form.clean() (fixed)
https://code.djangoproject.com/ticket/25564 - Django Admin's "View on Site" ignores model's custom manager (duplicate)
https://code.djangoproject.com/ticket/25584 - Getting Invalid syntax error while installing Django 1.9a1 and 1.9b1 (fixed)
https://code.djangoproject.com/ticket/25587 - Django fails, when trying to save object "as new" with inlines objects and form validation errors. (duplicate)
https://code.djangoproject.com/ticket/25579 - Lack of type adaptation in ArrayField querying/lookups (accepted)
https://code.djangoproject.com/ticket/25594 - Difficult to customize model field default_validators and have them used on both model and form fields (accepted)
https://code.djangoproject.com/ticket/25596 - Can't change user's password in admin when using custom User model (accepted)
https://code.djangoproject.com/ticket/25595 - Invalid regexp in URLValidator can't handle file:// schemes (accepted)
https://code.djangoproject.com/ticket/25597 - Python 3 compatibility error in PostgreSQL array form fields (accepted)
https://code.djangoproject.com/ticket/25601 - makemigrations create unnecessary migrations (invalid)
https://code.djangoproject.com/ticket/25598 - Add support for SCRIPT_NAME in STATIC_URL and MEDIA_URL (accepted)
https://code.djangoproject.com/ticket/25593 - Remove scheme validation from URLValidator or provide all IANA acceptable schemes as defaults (wontfix)
https://code.djangoproject.com/ticket/25602 - Django breaks sphinx (invalid)
Authored
--------
https://github.com/django/django/pull/5448 - Fixed #25562 -- Skipped a time dependent admin_filters test on Windows.
https://github.com/django/django/pull/5461 - Fixed #25584 -- Documented a pip error when installing Django 1.9.
https://github.com/andialbrecht/sqlparse/pull/202 - Fix PendingDeprecationWarning on Python 3.5.
https://github.com/andialbrecht/sqlparse/pull/203 - Remove universal wheel
https://github.com/andialbrecht/sqlparse/pull/204 - Add Python 3.5 to tox/travis config.
Reviewed/committed
------------------
https://github.com/django/django/pull/5440 - Fixed #25565 -- Removed action="" from admin forms.
https://github.com/django/django/pull/5416 - Fixed #25501 -- Made the file-based cache backend use the highest pickling protocol.
https://github.com/django/django/pull/5445 - Fixed #25586 -- Fixed possible table cell misalignment in admin's tabular inlines.
https://github.com/django/django/pull/5452 - Fixed #25576 -- Added IOBase methods required by TextIOWrapper to HttpResponse.
https://github.com/django/django/pull/5450 - Fixed #25574 -- Documented {{ dict.items }} shadowing in for template tag docs.
https://github.com/django/django/pull/5403 - Fixed #24976 -- Fixed missing form label in tabular inline.
https://github.com/django/django/pull/5458 - Fixed #25585 -- Allowed setting OGRGeometry srid/srs attributes to `None`.
https://github.com/django/django/pull/5428 - Fixed #25470 -- Avoided unnecessary, expensive DATETIME typecast on MySQL.
https://github.com/django/django/pull/5376 - Revised Windows install instructions for Python 3.5.
https://github.com/django/django/pull/5462 - Fixed #25589 -- Allowed startapp/project to create apps with Unicode characters in the name.
https://github.com/django/django/pull/5426 - Fixed #25519 -- Made the admin "View site" link point to sites running on a subpath.
https://github.com/django/django/pull/5292 - Refs #24622 -- Documented alternatives to some test response attributes when using alternative template engines.
https://github.com/django/django/pull/5320 - Fixed #25434 -- Documented HttpRequest.site
https://github.com/django/django/pull/5456 - Fixed #25397 -- Documented class-based view context variable clash with context processors.
https://github.com/django/django/pull/5457 - Fixed #25583 -- Allowed calling `transform` with `CoordTransform` even if SRID is invalid.
https://github.com/django/django/pull/5453 - Fixed #25604 -- Added makemigrations --check option.
https://github.com/django/django/pull/5354 - Optimized docs images and documented the process.
Reviews of core dev work
------------------------
https://github.com/django/django/pull/5441 - Fixed #25567 -- Removed obsolete MEDIA_URL fallback in Media.absolute_path
https://github.com/django/django/pull/5446 - Fixed #25563 -- Made sure deferred models use their proxied model app cache.
https://github.com/django/django/pull/5464 - Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup
https://github.com/django/django/pull/5468 - Fixed #17133 -- Properly handled successive slashes in incoming requests