Week ending 2024-01-07 (Week 01)
Back from holidays! I spent some time doing catch up with emails and various Django conversation platforms.
Triaged
- #35083 (Make django.utils.decorators.method_decorator work with async functions.) – Django - Make django.utils.decorators.method_decorator work with async functions. (accepted)
- #35085 (Import of PyATS breaks runserver reloader) – Django - Import of PyATS breaks built-in server (needsinfo)
Reviewed
- Used enterClassContext() where appropriate. by felixxm · Pull Request #17673 · django/django · GitHub - Used enterClassContext() where appropriate.
- Fixed #34806 -- Made the cached_db backend resilient to cache backend errors. by sulabhkatila · Pull Request #17220 · django/django · GitHub - Fixed #34806 – Made the cached_db backend resilient to cache backend errors.
- Fixed #1459 -- Fixed get_all_doc_versions template tag. by felixxm · Pull Request #1460 · django/djangoproject.com · GitHub - Fixed #1459 – Fixed get_all_doc_versions template tag.
- Ticket 35059 - call response.close, or failing that request_finished.send, if processing is cancelled by jthorniley · Pull Request #17675 · django/django · GitHub - Ticket 35059 - call response.close, or failing that request_finished.send, if processing is cancelled
- Fixed #34429 -- Allowed setting unusable password via admin UI. by fsbraun · Pull Request #16942 · django/django · GitHub - Fixed #34429 – Allowed setting unusable password via admin UI.
- Reorganized the Contributing to Django docs. by marksweb · Pull Request #17564 · django/django · GitHub - Reorganized Contributing to Django docs.
- Fixed #34977: Make change password form reachable through button by fsbraun · Pull Request #17489 · django/django · GitHub - Fixed #34977: Make change password form reachable through button
Other/Misc
- Deep dive on translation machinery and related issues.
Study of 23321 (Remove .mo files from the Django Git repository) and Fixed #23321 -- Generated .mo files at setup time by claudep · Pull Request #3392 · django/django · GitHub