fellow reports / 2022
/2022 Week 6
Calendar Week 6 — Ending 13 February
Applied for GSoC.
Triaged:
- https://code.djangoproject.com/ticket/33508 -- MariaDB 10.8+ supports ordering on individual columns in the index. (Accepted)
- https://code.djangoproject.com/ticket/33507 -- Use native UUID data type on MariaDB 10.7+ (Accepted)
- https://code.djangoproject.com/ticket/33497 -- Database persistent connections do not work with ASGI in 4.0 (Accepted)
- https://code.djangoproject.com/ticket/33405 -- Documentation for template filter 'escapejs' is extremely unclear (invalid)
- https://code.djangoproject.com/ticket/33495 -- "Synchronous middleware ... adapted" is not logged for synchronous middleware (Accepted)
- https://code.djangoproject.com/ticket/33499 -- {% url '...' test=a %} fails when "a" contains a forward slash (wontfix)
Reviewed:
- https://code.djangoproject.com/ticket/33497 -- Database persistent connections do not work with ASGI in 4.0
Authored:
- https://github.com/django/django/pull/15412 -- Refs #33476 -- Made management commands use black.