Report for week ending July 18, 2015:
Triaged
-------
https://code.djangoproject.com/ticket/25090 - Output of password_validators_help_text_html() is not marked safe (won’t fix)
https://code.djangoproject.com/ticket/25118 - add template filter doesn't work with mixed types (accepted)
https://code.djangoproject.com/ticket/25119 - Disable wheel support for Django 1.4 (accepted)
https://code.djangoproject.com/ticket/25106 - ManagementForm data is missing or has been tampered with "admin" (invalid)
https://code.djangoproject.com/ticket/25122 - GenericRelation with a string argument will raise an AttributeError when accessed. (worksforme)
https://code.djangoproject.com/ticket/25086 - Allow mass-update of fields in unpersisted model instances (won’t fix)
https://code.djangoproject.com/ticket/25125 - Add a check in the checks framework for colliding LANGUAGE_COOKIE_NAME & SESSION_COOKIE_NAME (accepted)
https://code.djangoproject.com/ticket/25126 - migrations adds settings variable to migration file (duplicate)
https://code.djangoproject.com/ticket/25135 - Deprecate admin list_display allow_tags (accepted)
https://code.djangoproject.com/ticket/25134 - Add a decorator to escapsulate admin method properties (accepted)
Authored
--------
https://github.com/django/django/pull/4994 - [1.4.x] Fixed #25119 -- Disabled wheel support.
https://github.com/django/django/pull/4995 - Fixed #25121 -- Added a warning that filtering sensitive information from error reporting isn't bulletproof
https://github.com/django/django/pull/5003 - Refs #24919 -- Made test models serializable for migrations.
https://github.com/django/django/pull/4999 - Filtered out 'base' from database backend choices error message.
https://github.com/django/django/pull/5000 - Fixed #25128 -- Fixed SQLite SchemaEditor crash when adding a ForeignObject field.
https://github.com/django/django/pull/5006 - Fixed #25120 -- Deprecated egg template loader.
https://github.com/django/django/pull/5009 - Allowed installing closure with pip for admin JavaScript compression.
https://github.com/django/django/pull/5014 - Assorted JavaScript ESLint fixes.
Reviewed/committed
------------------
https://github.com/django/django/pull/4987 - Fixed #24984 -- Added link to Jinja2 static tag instructions in staticfiles docs.
https://github.com/django/django/pull/4989 - Fixed #25116 -- Removed long-broken admindocs bookmarklets
https://github.com/django/django/pull/4765 - Fixed #24923 -- errored out nicely when using aggregates in order_by()
https://github.com/django/django/pull/4988 - Fixed #25115 -- Made admindocs view bookmarklet reverse the URL rather than hardcode it
https://github.com/django/django/pull/4990 - Fixed #25117 -- Added Romanian char map for Javascript slug generation
https://github.com/django/django/pull/4983 - Fixed #25108 -- Fixed a test which failed on Pillow 2.9+
https://github.com/django/django/pull/4420 - Fixed #24375 -- Added Migration.initial property
https://github.com/django/django/pull/4959 - Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are defined.
https://github.com/django/django/pull/4977 - Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
https://github.com/django/django/pull/4976 - Fixed #25097 -- Added BaseModelFormSet.delete_existing() hook.
https://github.com/django/django/pull/4961 - Fixed #24716 -- Deprecated Field._get_val_from_obj()
https://github.com/django/django/pull/4965 - Fixed #25085 -- Overrode Select widget's __deepcopy__()
https://github.com/django/django/pull/4993 - Refs #24121 -- Added meaningful repr() to HttpResponse and subclasses.
https://github.com/django/django/pull/4872 - Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.
https://github.com/django/django/pull/4998 - Fixed #25124 -- Eased customization of SelectDateWidget subwidget.
https://github.com/django/django/pull/5010 - Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Reviews of core dev work
------------------------
https://github.com/django/django/pull/4958 - Fixed #25078 -- Added support for disabled form fields