Report for week ending April 17, 2015:
Triaged
-------
https://code.djangoproject.com/ticket/24634 - Comma as a cookie separator in HTTP_COOKIES is not handled correctly (invalid)
https://code.djangoproject.com/ticket/24616 - date_hierarchy with USE_TZ=True won't work with Amazon RDS (accepted)
https://code.djangoproject.com/ticket/24642 - If queryset has orderby before distinct query selects the orderby (invalid)
https://code.djangoproject.com/ticket/24643 -Add get_context_data() method to FormMixin (accepted)
https://code.djangoproject.com/ticket/24618 - Incorrect duplicate app message shown when no duplicates found (invalid)
https://code.djangoproject.com/ticket/24645 - Document use of HStoreExtension (fixed)
https://code.djangoproject.com/ticket/24596 - year_lookup_bounds_for_date_field should be evaluated via get_db_prep_value in get_db_prep_lookup (needsinfo)
https://code.djangoproject.com/ticket/24627 - Race condition like error in migration (needsinfo)
https://code.djangoproject.com/ticket/24649- Allow using the Avg aggregate on non-numeric field types (accepted)
https://code.djangoproject.com/ticket/24654 - infinite loop caused by ordering, triggered by relational primary key construct (accepted)
https://code.djangoproject.com/ticket/24653 - Database introspection doesn't work when using MySQL OPTIONS['read_default_file'] (accepted)
Authored
--------
https://github.com/django/djangoproject.com/pull/449 - Fixed #447 -- Fixed zipped versions of the docs after pathlib migration.
Reviewed/committed
------------------
https://github.com/django/django/pull/4480 - Fixed #24621 -- Fixed and documented SessionBase.pop's second argument
https://github.com/django/django/pull/4474 - Fixed #24611 -- Fixed update() crash with related UUID pk object.
https://github.com/django/django/pull/4501 - Fixed #12199 -- Added the ability to use "as" with the firstof template tag.
https://github.com/django/django/pull/4488 - Fixed #24603 - Allowed Context.update() to be used as a context manager.
https://github.com/django/django/pull/4494 - Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.
https://github.com/django/django/pull/4491 - Fixed #24635 -- Updated deprecated urls.py examples in default project template.
https://github.com/django/django/pull/4500 - Fixed #24277 -- Added exception when dict used in QuerySet filtering
https://github.com/django/django/pull/4507 - Refs #24385 -- Added tests for distinct sum issue fixed in c7fd9b242d2d63406f1de6cc3204e35aaa025233
https://github.com/django/django/pull/4509 - Fixed #23984 - Added Javascript i18n documentation
https://github.com/django/django/pull/4519 - Fixed #24605 -- incorrect reference to alias in subquery
https://github.com/django/django/pull/4498 - Fixed #21652: Added notification when processing objects in loaddata
https://github.com/django/django/pull/4523 - Fixed #24655 -- Fixed JavaScript path of contrib.admin's related field widget
https://github.com/django/django/pull/4511 - Fixed #24349 -- Limited domain name labels to 63 characters in EmailValidator
Reviews of core dev work
------------------------
https://github.com/django/django/pull/4489 - Refs #24625 -- Filtered docutils warnings output in tests
https://github.com/django/django/pull/4452 - Fixed #23879 -- Replaced conditional discovery by test skipping