Week ending 2024-05-05 (Week 18)
Wednesday May 1st was a bank holiday here. There is a cute tradition in the region of Cologne Germany that boys will find a young birch tree, decorate it with ribbons, and leave it outside the house of their sweetheart for the 1st of May. On leap years, like this year, the girls do this for the boys
The May Tree – DW – 06/14/2007
The week was mostly focused on release blockers for Django 5.0.5 and prep to be able to release on May 6th.
This is also the end of my first month as Fellow
Triaged
- #35411 - Checkboxes in admin panel extend off page depending on page size. (duplicate)
- #35413 - FieldError: Unsupported lookup error message can be confusing. (accepted)
- #35414 - Issue with AsyncClient ignoring default headers compared to synchronous Client (needsinfo → invalid)
- #35415 - Adding content_type to StreamingHttpResponse on Linux causes memory error after streaming around 1GB-2GB of data. (needsinfo → invalid)
- #35417 - RequestContext.new creates a context that cannot be flattened (accepted)
- #35420 - Add support for RSS stylesheets (duplicate)
- #35418 - ValueError: site must subclass AdminSite (accepted)
- #35427 - Details of extension argument for makemessages management command not correct (accepted)
- #35426 -
GenericPrefetch
should havequeryset
parameter as required (accepted) - #35424 - Migration autodetector fails when order_with_respect_to is removed, but an _order field remains (accepted → needsinfo)
- #35430 - Documentation about timezone is misleading (accepted)
- #35433 - NumberInput min_value attr overridden by IntegerField.widget_attrs (needsinfo → wontfix)
Reviewed
- Fix #8307 – Saving a model with an ImageField with width_field or height_field no longer results in an extra read operation by john-parton · Pull Request #18070
- Fixed #35412 – Dropped support for SQLite < 3.31. by felixxm · Pull Request #18111
- Fixed #35378 – Added maximum header length for long addresses. by lufafajoshua · Pull Request #18110
- Refs #32819 – Avoided adding ‘aria-describedby’ to hidden inputs. by smithdc1 · Pull Request #18113
- Fixed #22997: migration when removing explicit primary key by bcail · Pull Request #17923
- Fixed #35326 – handled temporary uploaded files for OverwritingStorage. by bcail · Pull Request #18020
- Refs #29280 – Moved release note about transaction_mode to “Database backends” section. by felixxm · Pull Request #18117
- Fixed rendering XOR section in docs. by felixxm · Pull Request #18118
- Adjust docs slightly so that behavior of width/height fields is documented more precisely. by john-parton · Pull Request #18112
- Fixed #35384 – raise FieldError when trying to save CotnentFile insta… by jonnythebard · Pull Request #18109
- Fixed #35422 – Fixed migrations crash when altering GeneratedField referencing rename field. by felixxm · Pull Request #18122
- Fixed #10403 – Added a declarative syntax for FormSet, ModelFormSet & InlineFormSet. by Mitchina · Pull Request #17905
- Fixed #35306 – Updated 5.0 Docs by lufafajoshua · Pull Request #18028
- Fixed #34917 – Underlined Links in Django Admin. by Myrausman · Pull Request #17883
Other/Misc
Received advice/support from lots of current and former Fellows thank you to each of you
- Discussed and tried to better understand when we decide to deprecate with Carlton
- Discussed how to resolve the release blockers with Mariusz
- Had setup support for releasing Django with Natalia