Triaged
------- https://code.djangoproject.com/ticket/28356 - Serializer got error when datetime field receive string instead datetime object (wontfix) https://code.djangoproject.com/ticket/28362 - Docs incorrectly state that time zone support is disabled by default (invalid) https://code.djangoproject.com/ticket/28363 - Allow naming the migration generated by squashmigrations (accepted) https://code.djangoproject.com/ticket/28367 - Document how to override management commands (accepted) https://code.djangoproject.com/ticket/28368 - Model Inheritance Primary Key Issue (invalid) https://code.djangoproject.com/ticket/28375 - QuerySet.prefetch_related() crashes with KeyError if model uses to_field and string primary key (accepted) https://code.djangoproject.com/ticket/28373 - TIME_ZONE value in DATABASES settings is not used for date lookup (accepted) Authored ---------- https://github.com/django/django/pull/8697 - Fixed #28355 -- Fixed widget rendering of non-ASCII date/time formats on Python 2. https://github.com/django/django/pull/8718 - Added a test for QuerySet.update() with an invalid field. https://github.com/django/django/pull/8716 - Fixed #20880 -- Split QuerySet._clone() to _clone() and _pre_next_op(). Reviewed/committed ------------------ https://github.com/django/django/pull/8354 - Fixed #28076 -- Added support for PostgreSQL's interval format to parse_duration(). https://github.com/django/django/pull/8703 - Fixed #28360 -- Fixed test runner crash with --debug-sql on fail/error in subTest. https://github.com/django/django/pull/8671 - Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context in as_view(). -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/30ff7cbd-d82e-4f69-a4b5-bdb125e4331c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
