Week ending 2025-01-05 (Week 1)
I was on holiday for the Christmas/New Year period
My Fellow report for 2024 can be found here: Django Fellow Report - Sarah - 2024 - #42 by sarahboyce
Triaged
- #36053 (FilteredSelectMultiple label to the right of widget on a ModelMultipleChoiceField) – Django (accepted)
- #36054 (Add schemes parameter to URLField for custom URL scheme validation) – Django (wontfix)
- #36050 (Cannot resolve OuterRef to CompositePrimaryKey) – Django (accepted)
- #36047 (`BaseConnectionHandler.close_all()` doesn't work with async clients) – Django (invalid)
- #36048 (CompositePrimaryKey lookup guards raise NotSupportedError instead of a more appropriate exception) – Django (accepted)
- #36055 (Admin change form object-tools buttons cover part of the h2 title when the latter occupies multiple lines) – Django (accepted)
- #36058 (Improve SpatialRefSysMixin.srs error reporting and efficiency) – Django (accepted)
- https://code.djangoproject.com/ticket/36044 (accepted)
- #36059 (Django shows DB credentials like passwords when DEBUG is true and DB is shut down) – Django (duplicate)
Reviewed
- Fixed #36034 -- Added system check for ForeignKey/ForeignObject/ManyToManyField to CompositePrimaryKeys. by felixxm · Pull Request #18982 · django/django · GitHub
- Fixed #36026 -- Updated the class-based View's documentation to explain the setup function by chaitanyarahalkar · Pull Request #18952 · django/django · GitHub
- Fixed #32819 -- Established relationship between form fields and their errors. by smithdc1 · Pull Request #17520 · django/django · GitHub
- https://github.com/django/django/pull/18938
- Refs #373 -- Errored when providing db_column to CompositePrimaryKey. by jacobtylerwalls · Pull Request #18985 · django/django · GitHub
- Fixed typo in django/db/models/query.py docstring. by jacobtylerwalls · Pull Request #18981 · django/django · GitHub
- https://github.com/django/django/pull/18970
- Fixed #36029 -- Handled implicit exact lookups in condition depth checks for FilteredRelation. by jacobtylerwalls · Pull Request #18975 · django/django · GitHub
- Fixed #36038 -- Add test case for FileField in display_for_field function. by Antoliny0919 · Pull Request #18974 · django/django · GitHub
- Fixed #36032 -- Add a link to the URLField value on the app index page. by Antoliny0919 · Pull Request #18972 · django/django · GitHub
- Fixed #35414 -- Used default headers in AsyncRequestFactory. by YashRaj1506 · Pull Request #18897 · django/django · GitHub
- Fixed #35740 -- Fixed FileFieldStorageTests.test_extended_length_storage when using bcachefs. by YashRaj1506 · Pull Request #18965 · django/django · GitHub
- https://github.com/django/django/pull/18541
- https://github.com/django/django/pull/18351
- Fixed #35918 -- Added support for SQLCompiler.execute_sql() to return row count. by rtpg · Pull Request #18827 · django/django · GitHub
- https://github.com/django/django/pull/18361
- Fixed #36048 -- Preferred ValueError to NotSupportedError for composite pk lookup checks. by jacobtylerwalls · Pull Request #18993 · django/django · GitHub
- Fixed #36052 -- Supported CompositePrimaryKey in inspectdb. by jacobtylerwalls · Pull Request #18986 · django/django · GitHub
- Removed stray comment in ArrayField.check(). by timgraham · Pull Request #18998 · django/django · GitHub