Report for week ending September 12, 2015:
Triaged
-------
https://code.djangoproject.com/ticket/25366 - Changing the type of a primary_key field in a migration does not update FK columns pointing to it (duplicate)
https://code.djangoproject.com/ticket/25354 - related_query_name doesn't support class/app_label interpolation (accepted)
https://code.djangoproject.com/ticket/25337 - Validate domains against IDNA2008 instead of IDNA2003 (needsinfo)
https://code.djangoproject.com/ticket/25344 - Document that prefetch_related() cache doesn't change unless it's refetched from the database (accepted)
https://code.djangoproject.com/ticket/25368 - Rename X_CSRFTOKEN to X-CSRFTOKEN (invalid)
https://code.djangoproject.com/ticket/25346 - collectstatic --clear doesn't delete broken symlinks from the STATIC_ROOT (accepted)
https://code.djangoproject.com/ticket/25352 - django.views.generic.dates.WeekArchiveView use of _date_from_string results on off-by-one weeks handling (needsinfo)
https://code.djangoproject.com/ticket/25372 - TypeError on manage.py's autocomplete for subcommands that do not use argparse (fixed)
https://code.djangoproject.com/ticket/25373 - Add logging for {% include %} exceptions when template.debug = False (accepted)
https://code.djangoproject.com/ticket/25379 - Remove obsolete PostgreSQL steps from GeoDjango tutorial (fixed)
https://code.djangoproject.com/ticket/25380 - Add Postgres.app to the suggested options for PostGIS on OS X (fixed)
https://code.djangoproject.com/ticket/25381 - "default_app_config" causes custom commands to not be found (invalid)
https://code.djangoproject.com/ticket/25389 - SimpleLazyObject doesn't pickle correctly when wrapping a Model (accepted)
https://code.djangoproject.com/ticket/25387 - ModelAdmin actions don't get access to the ActionForm (accepted)
Authored
--------
https://github.com/django/django/pull/5243 - Fixed #25356 -- Removed default_app_config from startapp template.
https://github.com/django/django/pull/5266 - Fixed a GeoIP2 test failure with the latest GeoIP2 database.
Reviewed/committed
------------------
https://github.com/django/django/pull/5240 - Fixed #11544 -- Removed !important rules in contrib.admin styles.
https://github.com/django/django/pull/5241 - Fixed #25200 -- Updated tutorial screenshots for new admin theme.
https://github.com/django/django/pull/4585 - Fixed #24706 -- Made ModelForm._post_clean() handle a ValidationError raised when constructing the model instance.
https://github.com/django/django/pull/4939 - Fixed #24917 -- Made admindocs display model methods that take arguments.
https://github.com/django/django/pull/4588 - Fixed #24857 -- Added "python -m django" entry point.
https://github.com/django/django/pull/4423 - Refs #24215 -- Improved error message for unhandled lazy model operations.
https://github.com/django/django/pull/5242 - Fixed #25350 -- Added alias --no-input for --noinput to management commands.
https://github.com/django/django/pull/5215 - Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.
https://github.com/django/django/pull/5256 - Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.
https://github.com/django/django/pull/5269 - Fixed #25200 -- Updated admin screenshots in docs.
https://github.com/django/django/pull/5271 - Fixed #25203 -- Documented how to pass Apache environment variables to Django.
https://github.com/django/django/pull/5264 - Fixed #24765 -- Allowed template context updates to flatten a Context.
https://github.com/django/django/pull/5224 - Fixed #23395 -- Limited line lengths to 119 characters.
Reviews of core dev work
------------------------
https://github.com/django/django/pull/4761 - Fixed #20461 -- Allowed running tests in parallel.
https://github.com/django/django/pull/5255 - Fixed #24919 -- Allowed disabling of migrations on a per app basis