fellow reports / 2022
/2022 Week 23
Calendar Week 23 — Ending 12 June
Triaged:
- https://code.djangoproject.com/ticket/33776 -- django-admin inline should not be append but prepend (wontfix)
- https://code.djangoproject.com/ticket/33774 -- Where/how is the `application namespace` defined? (Duplicate of #26661)
- https://code.djangoproject.com/ticket/33566 -- Issue with migrations after upgrading Django 2 to Django 3.2. (needinfo)
- https://code.djangoproject.com/ticket/33772 -- Queryset first() returns different result than queryset[0] when using ExpressionWrapper (Accepted)
- https://code.djangoproject.com/ticket/33770 -- Add bulk_update() support for unique fields instead of only primary key (wontfix)
- https://code.djangoproject.com/ticket/33769 -- F() expressions - OperationalError (Invalid)
- https://code.djangoproject.com/ticket/33768 -- MySQL ordering of nulls last/first is broken in combination with UNION (Accepted)
- https://code.djangoproject.com/ticket/33767 -- Ordering by F-expression resolving to a number returns wrong results (Accepted)
Reviewed:
- https://github.com/django/django/pull/15521 -- Fixed #33565 -- Improved locale format validation for the makemessage…
- https://github.com/django/django/pull/15670 -- Refs #25612 -- Implemented MFA.
- https://github.com/django/django/pull/15756 -- Fixed #33755 -- Move ASGI body-file cleanup
- https://code.djangoproject.com/ticket/17637 -- Client side validation classes for forms