Hello hello! I had a great first week
Thank you to everyone who has given and offered support for me in the role
Week ending 2024-04-07 (Week 14)
Triaged
- #35348 - Inconsistent behaviour with annotate using concat and GenericIPAddressField - (needsinfo)
- #35348 - Transaction API does not respect the DATABASE_ROUTERS configuration - (wontfix)
- #35269 - GeneratedFields canโt be defined on RelatedFields - (invalid)
- #35352 - Unable to continue using custom languages with Django - (invalid)
Reviewed
- Fixed #26739 โ Made reverse RemoveField handle non-nullable columns. by DevilsAutumn ยท Pull Request #16890 ยท django/django (github.com)
- Fixed #7732 Support for connection pooling in oracle backend by suraj-ora-2020 ยท Pull Request #17834 ยท django/django (github.com)
- Refs #31405 โ Added LoginRequiredAuthenticationMiddleware force all views to require authentication by default by Hisham-Pak ยท Pull Request #17792 ยท django/django (github.com)
- Fixed #32406 Support UPDATE RETURNING by aivarsk ยท Pull Request #17307 ยท django/django (github.com)
- Refs #35169 โ Added test for ASGIRequest root_path handling. by carltongibson ยท Pull Request #18048 ยท django/django (github.com)
- Refs #21961 : Added support for database-level cascading options by Akash-Kumar-Sen ยท Pull Request #16851 ยท django/django (github.com)
Authored
- Fixed SeleniumTests.test_related_object_update_with_camel_casing() assert. by sarahboyce ยท Pull Request #18043 ยท django/django (github.com)
- Add myself as a Django Fellow. by sarahboyce ยท Pull Request #1513 ยท django/djangoproject.com (github.com)
Other/Misc
- Lots of onboarding catch-ups with Natalia that covered processes and questions, including observing the 5.0.4 release and going over Djangoโs security process
- Created a forum proposal on creating further teams for reviewing PRs: Should Django have review teams e.g. for the ORM - Django Internals - Django Forum (djangoproject.com)
- Confirmed which versions of MySQL Trac ticket #30224 impacted: #30224 (Mysql Datetime value is string instead of datetime object) โ Django