fellow reports / 2022
/2022 Week 5
Calendar Week 5 — Ending 06 February
Began work for GSoC 2022
Triaged:
- https://code.djangoproject.com/ticket/33473 -- Dev Server fails to restart after adding BASE_DIR to TEMPLATES[0]['DIRS'] in settings (Accepted)
- https://code.djangoproject.com/ticket/33484 -- Improve docs about date lookup filter (wontfix)
Reviewed:
- https://github.com/django/asgiref/pull/314 -- make sure that test_multiprocessing uses the fork method #314
- https://github.com/django/django/pull/15394 -- Disabled caching in GitHub actions for Windows tests.
- https://github.com/django/django/pull/15392 -- Refs #33476 -- Refactored problematic code before reformatting by Black.
- https://github.com/jazzband/django-silk/pull/544 -- Update django version
- https://github.com/django/django/pull/15379 -- Refs #33476 -- Used vertical hanging indentation for format lists with inline comments.
- https://github.com/django/django/pull/15357 -- WIP: Initial code for aiosqlite and base async backend
Authored:
- https://github.com/django/django/pull/15393 -- Refs #32559 -- Added selenium test for FloatField client-side validation.
- https://github.com/django/django/pull/15387 -- Refs #33476 -- Adjusted docs and config files for Black.