Hello everyone! As part of the effort to use this forum as the main communication channel, I am creating this topic to submit my weekly fellow report.
Week ending 2023-05-14 (Week 20)
Triaged
- https://code.djangoproject.com/ticket/34547 - Deprecate DatabaseOperations.field_cast_sql(). (accepted)
- https://code.djangoproject.com/ticket/34542 - Required fields allowed to be blank are not accepted non-interactively using createsuperuser (accepted)
- https://code.djangoproject.com/ticket/34556 - StreamingHttpResponse documentation inaccuracy (accepted)
- https://code.djangoproject.com/ticket/34562 - Issue with Django Admin theme-toggle button (worksforme)
Reviewed
- https://github.com/django/django/pull/16830 - Fixed #30382 : Passing the force_insert flag when saving models on inherited parents
- https://github.com/django/django/pull/16839 - Add warning about unique arg in OneToOneField
- https://github.com/django/django/pull/16843 - Draft update to docs on squashing migrations
- https://github.com/django/django/pull/14082 - docs/ref/databases: rephrase persistent connections section
- https://github.com/django/django/pull/16844 - Fixed #34556 – Improved docs for StreamingHttpResponse’s streaming_content allowed types.
Authored
- https://github.com/django/django/pull/16845 - Made explicit the location of locally-built HTML docs.
- https://github.com/django/django/pull/16852 - Made phrasing consistent in recent change when referencing HTTP requests. (needs review still)
PR Cleanup
- https://github.com/django/django/pull/13154 - [WIP] ‘serverrun’: An experimental dev server using a simpler auto-reloader.
- https://github.com/django/django/pull/14065 - Fixed#32398–Fixed negated annotation filter on build_filter
- https://github.com/django/django/pull/12449 - Fixed #31262 – Allowed dictionaries in Field.choices for named groups.
- https://github.com/django/django/pull/14597 - Fixes #30420 – Do not reload runerserver during debugging / request processing
Other/Misc
- Dedicated some time to read about the migrations framework, following the related topic in the forum post.
- GSoC welcome emails and initial sync.