Week ending 2024-10-06 (Week 40)
Triaged
- https://code.djangoproject.com/ticket/35777 - MySQL: cannot add key limited index on TEXT columns (wontfix)
- https://code.djangoproject.com/ticket/35796 - Add setting to sign CSRF cookie (wontfix)
- https://code.djangoproject.com/ticket/35800 - Clarify SECURE_PROXY_SSL_HEADER as it relates to the wsgi.url_scheme environ (worksforme)
- https://code.djangoproject.com/ticket/35180 - PostgreSQL pattern ops indexes are dropped when changing between CharField and TextField (accepted)
- https://code.djangoproject.com/ticket/35192 - Support injecting custom context into widget templates (needsinfo)
- https://code.djangoproject.com/ticket/35806 - Allow the user to list and delete their sessions (wontfix)
- https://code.djangoproject.com/ticket/35778 - Use native JSONObject on Postgres 16+ with server side bindings (accepted)
- https://code.djangoproject.com/ticket/35530 -
django.contrib.auth.login
inconsistently guardsrequest.user
(accepted) - https://code.djangoproject.com/ticket/35801 - Signals are dispatched to receivers associated with dead senders
(needsinfo)(accepted) - https://code.djangoproject.com/ticket/35809 - Background color for admin’s m2m multi-select “selected” rows is lost in dark theme (accepted)
Reviewed
- https://github.com/django/django/pull/18239 - Relocated path() explanation to docs/ref/urls.txt to simplify tutorial 1.
- https://github.com/django/django/pull/18629 - Fixed #35797 – Removed debug context processor from project template.
- https://github.com/django/django/pull/18637 - Refs #35783 – Added NumDimensions geographic database function.
- https://github.com/django/django/pull/18242 - Relocated explanation of startproject output files to simplify tutorial 1.
- https://github.com/django/django/pull/18303 - Fixed #35530 – Deprecated request.user fallback in auth.login.
- https://github.com/django/django/pull/18539 - Refs #35730: Encrypted 'uid’ parameter instead of base64-encoding to prevent possible user count leakage
- https://github.com/django/django/pull/18616 - Extended HttpResponseRedirectBase to preserve the original HTTP method with status codes 307 and 308.
- https://github.com/django/django/pull/18638 - Refs #33783 – Added IsEmpty GIS database function and __isempty lookup on SpatiaLite.
- https://github.com/django/django/pull/18646 - Update django.po
Authored
- https://github.com/django/django/pull/18378 - Added GitHub Action workflow to test all Python versions listed in the project config file. (resurfaced, reworked and landed)
- https://github.com/django/django/pull/18643 - Reindented attributes and methods for classes in docs/ref/middleware.txt.
- https://github.com/django/django/pull/18647 - [5.1.x] Updated translations from Transifex.
- https://github.com/django/django/pull/18648 - Bumped PostgreSQL to 17 in scheduled tests workflow.
Other/Misc
- Engaged in many forum topics.