In non-code work, the discussions about the future release schedule continue in the "1.9 release planning" thread. I hope we can finalize that within the next week or so.
Report for week ending June 13, 2015:
Triaged
-------
https://code.djangoproject.com/ticket/24948 - BMP Image File treated as invalid (accepted)
https://code.djangoproject.com/ticket/24960 - Blank pages due to {{ block.super }} (worksforme)
https://code.djangoproject.com/ticket/24962 - Objects with primary keys containing newlines do not get links to being edited in the admin list view (accepted)
https://code.djangoproject.com/ticket/24951 - Error deleting from table with Foreign Key being Primary Key at the same point (accepted)
https://code.djangoproject.com/ticket/24940 - unhashable type: 'RelatedManager' when deleting a model using django admin that has GenericRelation and related_query_name (accepted)
https://code.djangoproject.com/ticket/24954 - Adding an explicit UUID id doesn't change type of ManyToMany fields pointing to it (accepted)
https://code.djangoproject.com/ticket/24976 - admin.TabularInline custom form field header displaying as None on admin page (accepted)
https://code.djangoproject.com/ticket/24980 - Calendar selector for DateField defaults to wrong date when timezone is missmatching (accepted)
https://code.djangoproject.com/ticket/24981 - Importing an abstract model from a bare package fails. (invalid)
Authored
--------
https://github.com/django/django/commit/c19bc2d5d49f373b274772fa6cd936dfd05761e7 - Fixed tests from refs #24922 when run in reverse.
https://github.com/django/django/pull/4831 - Fixed tests for refs #24767 on databases that don't support microseconds.
https://github.com/django/django/pull/4833 - Minor edits to password validation tests/docs (refs #16860).
https://github.com/django/django/pull/4841 - Fixed #24903 -- Fixed assertRaisesMessage on Python 2.7.10.
https://github.com/django/django/pull/4852 - Added ALLOWED_HOSTS and SERVER_EMAIL details to deployment checklist.
https://github.com/django/django/pull/4846 - Fixed #24979 -- Removed usage of inspect.getargspec().
https://github.com/django/djangoproject.com/pull/489 - Added admin password reset
https://github.com/django/djangoproject.com/commit/b7ee1f9da1203c4b22085e4ee057c170ddad38e5 - Removed duplicate URL prefix in password reset email
Reviewed/committed
------------------
https://github.com/django/django/pull/4724 - Refs #21927 -- Made application and instance namespaces more distinct.
https://github.com/django/django/pull/4814 - Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE_CLASSES.
https://github.com/django/django/pull/4790 - Fixed #24929 -- Allowed permission_required decorator to take any iterable
https://github.com/django/django/pull/4781 - Fixed #24769 -- Cast optparse verbosity argument to an integer for better backwards compatibility.
https://github.com/django/django/pull/4849 - Fixed #24968 -- Removed bad horizontal scrollbar appearing on admin changelist page.
https://github.com/django/django/pull/4750 - Refs #24125 -- Added admin_docs tests for multiple template engines
https://github.com/django/django/pull/4842 - Fixed #24963 -- Added File.seekable() on Python 3.
https://github.com/django/django/pull/4843 - Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class
https://github.com/django/django/pull/4855 - Fixed #24978 -- Escaped special characters in fixture paths
https://github.com/django/django/pull/4740 - Fixed #24890 -- Added warning to collectstatic when static files have clashing names
https://github.com/django/djangoproject.com/pull/485 - Improved documentation footer display.