Report for week ending June 20, 2015:
Triaged
-------
https://code.djangoproject.com/ticket/24985 - Provide a way to sanitize invalid characters from Rss201rev2Feed (accepted)
https://github.com/django/djangoproject.com/issues/492 - SelectDateWidget(empty_label) is not working (invalid)
https://code.djangoproject.com/ticket/24997 - Allow bulk_create with proxy inheritance (accepted)
https://code.djangoproject.com/ticket/24999 - manage dbshell with mysql give the password on the command line, visible system wide (accepted)
https://code.djangoproject.com/ticket/25007 - UUIDFIeld(default=uuid.uuid4) created with migrations are the same (invalid)
https://code.djangoproject.com/ticket/25008 - Replace F() Object with updated value after save method is called (duplicate)
https://code.djangoproject.com/ticket/25010 - TEMPLATES settings documentation is confusing about APP_DIRS (fixed)
Authored
--------
https://github.com/django/django/pull/4862 - Removed django.utils.functional.total_ordering()
https://github.com/django/django/pull/4899 - Refs #25006 -- Added a '6 p.m.' option to the admin's time picker.
Reviewed/committed
------------------
https://github.com/django/django/pull/4799 - Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keys
https://github.com/django/django/pull/4731 - Fixed #24894 -- Added TransactionNow() database function to django.contrib.postgres
https://github.com/django/django/pull/4859 - Fixed #24972 -- Fixed removing unique_together indexes on MySQL.
https://github.com/django/django/pull/4856 - Fixed #24971 -- Made startapp generate an apps.py
https://github.com/django/django/pull/4835 - Fixed #24943 -- Updated contributing tutorial to use virtualenv
https://github.com/django/django/pull/4869 - Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageField
https://github.com/django/django/pull/4777 - Fixed #24829 -- Allowed usage of TemplateResponse in error handlers
https://github.com/django/django/pull/4853 - Fixed #24834 -- Fixed get_current_site() when Host header contains port.
https://github.com/django/django/pull/4723 - Fixed #24873 -- Prevented nested Prefetch objects from being overwritten.
https://github.com/django/django/pull/4884 - Fixed #24962 -- Added newline to characters escaped by contrib.admin.utils.quote()
https://github.com/django/django/pull/4817 - Fixed #24881 -- Clarified Meta.order_with_respect_to documentation
https://github.com/django/django/pull/4339 - Fixed #23804 -- Added RasterField for PostGIS.
https://github.com/django/django/pull/4893 - Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.
Reviews of core dev work
------------------------
https://github.com/django/django/pull/4858 - Fixed #24828 -- Allowed migration optimization across AlterFooTogether
https://github.com/django/django/pull/4844 - Fixed #24914 -- Added authentication mixins for CBVs
https://github.com/django/django/pull/4885 - Fixed #24940 -- Made model managers hashable
https://github.com/django/django/pull/4888 - Fixed #20197 -- Made XML serializer fail loudly when outputting unserializable chars