fellow reports / 2022
/2022 Week 17
Calendar Week 17 — Ending 01 May
Reviewed GSoC 2022 applications.
Triaged:
- https://code.djangoproject.com/ticket/33670 -- Migrations changes to implicit primary key when primary key is altered on SQLite. (Accepted)
- https://code.djangoproject.com/ticket/33668 -- i18n set_language not working in Safari (Accepted)
- https://code.djangoproject.com/ticket/33662 -- Choose witch items are to be display per language in Sitemap (Accepted)
- https://code.djangoproject.com/ticket/33661 -- Fix Catalan formats.py to use alt.month (Accepted)
Reviewed:
- https://github.com/django/django/pull/15643 -- Fixed #33670 -- Fixed altering primary key on SQLite.
- https://github.com/django/django/pull/15637 -- Refs #33646 -- Made QuerySet.raw() async-compatible.
- https://github.com/django/django/pull/15510 -- Fixed #32565 -- URLResolver._is_callback, URLResolver._callback_strs, URLPattern.lookup_str moved to django.contrib.admindocs
- https://github.com/django/django/pull/15634 -- Fixed #33661 -- Corrected Catalan date format localization.
- https://github.com/django/django/pull/15482 -- Refs #28215 -- Marked password as sensitive variable in auth forms.
- https://github.com/django/django/pull/15241 -- Refs #32339 -- Added as_div() form render methods and templates.
- https://code.djangoproject.com/ticket/33647 -- bulk_update silently truncating values for size limited fields
Authored:
- https://github.com/django/django/pull/15622 -- Refs #32339 -- Allowed renderer to specify default form and formset templates.