Report for week ending July 4, 2015:
Triaged
-------
https://code.djangoproject.com/ticket/25035 - urlresolvers.reverse doesn't resolve a namespaced URL when passed a callable (duplicate)
https://code.djangoproject.com/ticket/25036 - `manage.py migrate --noinput` does not delete stale content types (duplicate)
https://code.djangoproject.com/ticket/25043 - Contenttype migration issue with django 1.8 (postgres) (invalid)
https://code.djangoproject.com/ticket/25057 - Permission for view (CRUD) and correct handling of inactive users for business applications (won’t fix)
https://code.djangoproject.com/ticket/25058 - GenericRelation with related_query_name related instances not shown on delete confirmation page (accepted)
Authored
--------
https://github.com/django/djangoproject.com/pull/496 - Adapted release_notes template tag for simple_tag escaping in Django 1.9.
https://github.com/django/django/pull/4951 - Refs #4960 -- Fixed selenium test failures for CharField strip changes.
Reviewed/committed
------------------
https://github.com/django/django/pull/4879 - Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output.
https://github.com/django/django/pull/4882 - Fixed #20203 - Allowed custom default manager name for an abstract model
https://github.com/django/django/pull/4894 - Used %r in the TextNode repr to show newlines better.
https://github.com/django/django/pull/4593 - Fixed #21803 -- Added support for post-commit hooks
https://github.com/django/django/pull/4745 - Fixed #24911 -- Made BaseManager.get_queryset() allow custom queryset args.
https://github.com/django/django/pull/4392 - Fixed #23658 -- Provided the password to PostgreSQL dbshell command
https://github.com/django/django/pull/4828 - Fixed #18247 -- Added cast to NUMERIC for Decimals on sqlite
https://github.com/django/django/pull/4573 - DEP 0003 -- Added JavaScript unit tests.
https://github.com/django/django/pull/4936 - Fixed #24982 -- Split staticfiles tests into multiple files
https://github.com/django/django/pull/4854 - Fixed #21695 -- Added asvar option to blocktrans.
https://github.com/django/django/pull/4865 - Fixed #20916 -- Added Client.force_login() to bypass authentication.
https://github.com/django/django/pull/4059 - Fixed #4960 -- Added "strip" option to CharField
https://github.com/django/django/pull/4934 - Fixed #25040 -- Fixed migrations state crash with GenericForeignKey
https://github.com/django/django/pull/4824 - Fixed #24908 -- Fixed duplicate readonly field rendering.
https://github.com/django/django/pull/4886 - Fixed #24997 -- Enabled bulk_create() on proxy models
https://github.com/django/django/pull/4942 - Fixed #25053 -- Made admin templates use |safe with password help_text
https://github.com/django/django/pull/4944 - Fixed #25054 -- Added app_label to swapped model AttributeError
https://github.com/django/django/pull/4943 - Fixed #25050 -- Allowed serialization of models with deferred fields.
https://github.com/django/django/pull/4924 - Fixed #25029 -- Added PersistentRemoteUserMiddleware for login-page-only external authentication.
https://github.com/django/django/pull/4927 - Fixed #25032 -- Removed double redirect in admin login.
https://github.com/django/django/pull/4826 - Fixed #23190 -- Made Paginator.page_range an iterator
https://github.com/django/django/pull/4805 - Fixed #24877 -- Added middleware handling of response.render() errors.