Week ending March 24, 2018
Triaged ------- https://code.djangoproject.com/ticket/29230 - Incorrect behavior of QuerySet.prefetch_related() in some circumstances during multilevel data prefetching (accepted) https://code.djangoproject.com/ticket/29205 - MultiValueField ignores a required value of a sub field (accepted) https://code.djangoproject.com/ticket/29237 - ModelAdmin.inlines cause a model to lose its primary key from a model field default (accepted) https://code.djangoproject.com/ticket/29224 - Migration crashes deleting an index_together if there is a unique_together on the same fields (accepted) https://code.djangoproject.com/ticket/29201 - Rendering issues when using ArrayField(models.BooleanField()) (invalid) https://code.djangoproject.com/ticket/29189 - Allow customizing the CSS classes of the <tr>, <ul>, and <p> in Form.as_table(), as_ul(), and_p() (wontfix) https://code.djangoproject.com/ticket/29238 - psycopg2.InterfaceError in sequential tests after HTTP 404 (invalid) https://code.djangoproject.com/ticket/29256 - Need a save() call after assigning a many to many relation (invalid) https://code.djangoproject.com/ticket/29249 - Add option to dumpdata to allow unicode JSON or YAML (accepted) https://code.djangoproject.com/ticket/29247 - A custom blank value in model field choices doesn't work when using named groups (accepted) Authored ---------- https://github.com/django/django/pull/9802 - Fixed #28718 -- Allowed password reset if a user's current password doesn't use an enabled hasher. Reviewed/committed ------------------ https://github.com/django/django/pull/9798 - Refs #28643 -- Added LPad and RPad database functions. https://github.com/django/django/pull/9796 - Fixed #29229 -- Fixed column mismatch crash when combining two annotated values_list() querysets with union(), difference(), or intersection(). https://github.com/django/django/pull/8975 - Refs #11278 -- Clarified RelatedManager differences between reverse one-to-many and many-to-many relations. https://github.com/django/django/pull/9314 - Fixed #28514 -- Clarified docs about idempotence of RelatedManager.add(). https://github.com/django/django/pull/9805 - Increased test coverage for i18n template tags. https://github.com/django/django/pull/7683 - Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsupported type. https://github.com/django/django/pull/9789 - Fixed #23406 -- Allowed migrations to be loaded from .pyc files. https://github.com/django/django/pull/9822 - Increased test coverage for various template tags. -- 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/daefbfb5-7800-4277-9675-b596161d31ed%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
