fellow reports / 2022
/2022 Week 13
Calendar Week 13 — Ending 03 April
Triaged:
- https://code.djangoproject.com/ticket/33610 -- Django does not escape the request url in default logging mechanism and may be vulnerable to remote code execution (needsinfo)
Reviewed:
- https://github.com/django/django/pull/15549 -- Fixed #32129 -- Updated method descriptions in sessions docs.
- https://github.com/django/django/pull/15554 -- Fixed #33598 -- Reverted "Removed unnecessary reuse_with_filtered_relation argument from Query methods."
- https://github.com/django/django/pull/15317 -- Refs #32339 -- Added use_fieldset to Widget.
- https://github.com/django/django/pull/15552 -- Updated Oracle docs links to Oracle 21c.
- https://github.com/django/django/pull/15551 -- Bumped versions in pre-commit and npm configurations.
Authored:
- https://github.com/django/django/pull/15559 -- Fixed #33611 -- Allowed View subclasses to define async method handlers.
- https://github.com/django/django/pull/15540 -- Refs #32365 -- Deprecated django.utils.timezone.utc.