Week ending 2025-05-25 (Week 21)
Posting my Fellow report early this week as I fly to Greece tomorrow for a little holiday
I will be back Tuesday June 3rd
Triaged
- #36402 (Typo in generated tarball in packaging your app tutorial) โ Django (accepted)
- #36403 (Admin actions displays "0 of NaN selected" when there are >=1000 results on a page) โ Django (worksforme)
- #36404 (Aggregates with filter using OuterRef raise FieldError) โ Django (accepted)
- #36398 (select_for_update(of=...) ignores "self" when using values_list() when not selecting a column from the model) โ Django (needsinfo โ accepted)
- #36405 (Aggregates with order_by using OuterRef raise FieldError) โ Django (accepted)
- #35782 (Password validator custom error messages) โ Django (new โ fixed/closed)
- https://code.djangoproject.com/ticket/36407 (accepted)
- #36409 (Missing German Translations in FilteredSelectMultiple) โ Django (invalid)
- https://code.djangoproject.com/ticket/35353 (duplicate)
- https://code.djangoproject.com/ticket/36410 (accepted)
- #36412 (Add redirect_with_message() shortcut for simplified redirects with Django messages) โ Django (wontfix)
Reviewed
- Fixed #36399 -- Added support for multiple Cookie headers in HTTP/2 for ASGIRequest. by JaeHyuckSa ยท Pull Request #19474 ยท django/django ยท GitHub
- https://github.com/django/django/pull/19196
- Fixed #35333 -- Ensured that date and time filters honor the `unlocalize` tag by AhmedNassar7 ยท Pull Request #19400 ยท django/django ยท GitHub
- Fixed #36389 -- Fixed GenericRelation.update() use write DB connection. by JaeHyuckSa ยท Pull Request #19476 ยท django/django ยท GitHub
- Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects. by cliff688 ยท Pull Request #19386 ยท django/django ยท GitHub
- Fixed #21604 -- Embed raw queries as subqueries by wiltso ยท Pull Request #16329 ยท django/django ยท GitHub
- Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript. by claudep ยท Pull Request #18494 ยท django/django ยท GitHub
- Fix typo in German translation by jonas-kiesewetter ยท Pull Request #19491 ยท django/django ยท GitHub
- Refs #26688 -- Added tests for `log_response()` internal helper. by nessita ยท Pull Request #19485 ยท django/django ยท GitHub
- Fixed #36402: Corrected package filename in reusabe apps tutorial. by jcjudkins ยท Pull Request #19490 ยท django/django ยท GitHub
- Fixed #36405 -- Fixed Aggregate.order_by using OuterRef. by adamchainz ยท Pull Request #19489 ยท django/django ยท GitHub
- Fixed typo in form rendering API docs. by adamzap ยท Pull Request #19496 ยท django/django ยท GitHub
- Refs #35444 -- Adjusted multi-args distinct aggregate test ordering expectations. by charettes ยท Pull Request #19497 ยท django/django ยท GitHub
- https://github.com/django/django/pull/19012
- Fixed #36407 -- Cast default value when using Case statement in Order By clause. by ontowhee ยท Pull Request #19495 ยท django/django ยท GitHub
Authored
- Fixed #36390 -- Deprecated RemoteUserMiddleware subclasses missing aprocess_request(). by sarahboyce ยท Pull Request #19488 ยท django/django ยท GitHub
- Fixed #36404 -- Fixed Aggregate.filter using OuterRef. by sarahboyce ยท Pull Request #19494 ยท django/django ยท GitHub
Other/Misc
- Engaged in the GitHub Secure Open Source Fund application
- Engaged in security reports
- Refreshed the triage and review team membership
- Setup a local geodjango app for testing purposes