Week ending 2025-08-17 (Week 33)
Triaged
- https://code.djangoproject.com/ticket/36546 (accepted)
- https://code.djangoproject.com/ticket/36547 (invalid)
- #36548 (GeneratedField ignores it's output field "choices" argument) – Django (invalid)
- https://code.djangoproject.com/ticket/36550 (accepted)
- #36549 (OpenLayersWidget needs custom CSP rules when CSP is enabled) – Django (accepted)
- https://code.djangoproject.com/ticket/36553 (accepted)
- #36554 (When the object __str__ is long, the object title is truncated in TabularInline.) – Django (accepted)
- #36555 (Allow null for LogEntry.user) – Django (wontfix)
- #36556 (When a TabularInline model has multiple fields, the page overflows.) – Django (accepted)
Reviewed
- Corrected code examples in topics docs. by Rohit10jr · Pull Request #19697 · django/django · GitHub
- Refs #36210 -- Corrected output_field comparison in Subquery.resolve_expression(). by jacobtylerwalls · Pull Request #19718 · django/django · GitHub
- Refs #36210 -- Added release note for further subquery support for composite pks. by jacobtylerwalls · Pull Request #19721 · django/django · GitHub
- Remove unused OneToOneField from DatabaseWrapper.data_types by timgraham · Pull Request #19717 · django/django · GitHub
- Fixed #35673 -- Enhanced `ExceptionReporter` to handle GET and FILES parameters by AhmedNassar7 · Pull Request #19702 · django/django · GitHub
- https://github.com/django/django/pull/19447
- https://github.com/django/django/pull/19522
- Fixed #35924 -- Removed the "choose/remove all" button icons in the FilteredSelectMultiple widget. by Antoliny0919 · Pull Request #19699 · django/django · GitHub
- https://github.com/django/django/pull/19678
- Aligned format of constraint examples in docs/ref/models/constraints.txt. by shangxiao · Pull Request #19722 · django/django · GitHub
- Fixed #36533 -- Fix startapp to allow empty directories as valid targets. by jefferies917 · Pull Request #19708 · django/django · GitHub
- Fixed #36543 -- Fixed time formats for fr_CA. by mriduldhall · Pull Request #19716 · django/django · GitHub
- https://github.com/django/django/pull/19580
- https://github.com/django/django/pull/19713
- https://github.com/django/django/pull/19724
- Fixed #36490 -- Avoided unnecessary transaction in bulk_create. by charettes · Pull Request #19614 · django/django · GitHub
- https://github.com/django/django/pull/19643
- Fixed #36504 -- Clarified docs for using with FileField storage. by khosro-web · Pull Request #19725 · django/django · GitHub
- https://github.com/django/django/pull/19405
- Added feature in TestCase for assert num queries less and less with equal. by itcrab · Pull Request #19730 · django/django · GitHub
Other/Misc
- Replied on RFC: Prioritizing Tasks for “Automate Processes within Django Contribution Workflow” (GSoC 2025)
- Created Steering Council vote on new Releaser (Jacob Walls)
- Created Steering Council vote on new Merger (Jacob Walls)
- Ops meeting
- Engaged in security topics
- Looked into https://code.djangoproject.com/ticket/36550