Week ending 2025-06-15 (Week 24)
Triaged
- https://code.djangoproject.com/ticket/36446 - Django 5.2.2 incompatibly removed q from MediaType.params (accepted)
- https://code.djangoproject.com/ticket/36447 - HttpRequest.get_preferred_type misorders types when more specific accepted types have lower q (accepted)
- https://code.djangoproject.com/ticket/36463 - Grammar error in contributions tutorial (accepted)
Reviewed
- https://github.com/django/django/pull/19118 - Refs #36079 – InlineForm header new feature.
- https://github.com/django/django/pull/19532 - Refs #36416, #34378, #36143 – Fixed isolation of LookupTests.test_in_bulk_preserve_ordering_with_batch_size().
- https://github.com/django/django/pull/19550 - Added follow-up to CVE-2025-48432 to security archive.
- https://github.com/django/django/pull/18494 - Fixed #25706 – Refactored geometry widgets to remove inline JavaScript.
- https://github.com/django/django/pull/19520 - Made minor grammar and punctuation improvements in docs/topics/migrations.txt.
- https://github.com/django/django/pull/19262 - Removed default for app_configs from system check functions.
- https://github.com/django/django/pull/19549 - Added linting tool for documentation files.
- https://github.com/django/django/pull/19558 - Fixed #36463 – Fixed grammar in docs/intro/contributing.txt.
Authored
- https://github.com/django/django/pull/19512 - Fixed #36380 – Deferred SQL formatting when running tests with --debug-sql.
- Restarted work after security release, added extensive testing, ready for review!
- https://github.com/django/django/pull/19548 - Fixed #36446 – Restored “q” in internal MediaType.params property.
- https://github.com/django/django/pull/19552 - Added guidance on AI-assisted security reports to docs/internals/security.txt.
- https://github.com/django/django/pull/19557 - Refs #36009 – Added GitHub action workflow to run tests with latest stable postgis version.
- https://forum.djangoproject.com/t/automatic-docs-linter-for-style-consistency/41383 - Automatic docs linter for style consistency
- https://forum.djangoproject.com/t/testing-newer-geospatial-libs/41404 - Testing newer geospatial libs
Other/Misc
- Security reports triage and follow up.
- Attended monthly Ops call.