Week ending 2024-12-15 (Week 50)
Triaged
- #35986 (Test classes with @translation.override decorator are not run) – Django (accepted)
- #35988 (ErrorDict always uses default renderer) – Django (accepted)
- #35987 (ErrorList.copy() reverts to default renderer) – Django (accepted)
- #35976 (Document Options.original_attrs) – Django (wontfix)
- #35992 (Migrations crash on constraints/indexes with CompositePrimaryKey.) – Django (accepted)
- #35990 (settings.TIME_INPUT_FORMATS never gets used since the removal of USE_L10N) – Django (invalid)
- #35993 (Replace outdated information on gettext f-string support) – Django (accepted)
- https://code.djangoproject.com/ticket/35693 (accepted → wontfix)
- #36000 (Update default from http to https in urlize when protocol not provided) – Django (accepted)
- https://code.djangoproject.com/ticket/35996 (needsinfo → accepted)
- https://code.djangoproject.com/ticket/36003 (wontfix)
- #36002 (RemoteUserMiddleware/PersistentRemoteUserMiddleware docstrings and code comments refer to "headers" rather than request.META keys) – Django (invalid → accepted)
- https://code.djangoproject.com/ticket/36001 (wontfix)
- #36004 (Fixing Icons: auto, sun, and moon) – Django (invalid)
- https://code.djangoproject.com/ticket/36006 (wontfix)
- #36008 (Document that TransactionTestCase.databases calls flush at the end of each test run) – Django (accepted)
Reviewed
- Added missing GeometryDistance to the GIS available functions table. by franciscouzo · Pull Request #18901 · django/django · GitHub
- Removed unused and unnecessary words from docs/spelling_wordlist. by felixxm · Pull Request #18904 · django/django · GitHub
- Fixed #35982 -- Made DecimalField.get_db_prep_value() call DatabaseOperations.adapt_decimalfield_value(). by timgraham · Pull Request #18895 · django/django · GitHub
- Fixed #35462 -- Added support for JSON_ArrayAgg aggregate function. by lufafajoshua · Pull Request #18351 · django/django · GitHub
- Fixed #35988 -- Made BaseForm.full_clean() pass renderer to ErrorDict. by adamchainz · Pull Request #18906 · django/django · GitHub
- Fixed #26220 -- Allowed ModelFormMixin to retrieve model from form_class. by cliff688 · Pull Request #18738 · django/django · GitHub
- Fixed #7732 -- Added support for connection pooling in oracle backend. by suraj-ora-2020 · Pull Request #18568 · django/django · GitHub
- Fixed #35987 -- Made ErrorList.copy() copy the renderer attribute. by adamchainz · Pull Request #18905 · django/django · GitHub
- Fixed #35989 -- Removed crs from GeoJSON serializer. by jhthompson · Pull Request #18907 · django/django · GitHub
- Fixed #35886 -- Moved object-based Script media assets to the public API by codingjoe · Pull Request #18782 · django/django · GitHub
- https://github.com/django/django/pull/17520
- Refs #35718 -- Add JSONArray to django.db.models.functions. by john-parton · Pull Request #18541 · django/django · GitHub
- Fixed #35920 -- Observed requires_system_checks in migrate and runserver. by jacobtylerwalls · Pull Request #18839 · django/django · GitHub
- Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible. by charettes · Pull Request #18847 · django/django · GitHub
- Fixed #34856 -- Fixed references to index_together in historical migrations. by charettes · Pull Request #18818 · django/django · GitHub
- Fixed #15727 -- Added Content Security Policy (CSP) support. by robhudson · Pull Request #18215 · django/django · GitHub
- Fixed #35996 -- Fixed exception related to missing chunk_size when serializing a many-to-many field that had a prefetch. by ericapisani · Pull Request #18917 · django/django · GitHub
- Fixed #35992, Fixed #35997 -- Added system check for CompositePrimaryKeys in Meta.indexes/constraints/unique_together. by felixxm · Pull Request #18922 · django/django · GitHub
- Fixed typo in ArrayField test name. by timgraham · Pull Request #18926 · django/django · GitHub
- Clarified feature freeze tasks in docs/internals/howto-release-django.txt. by nessita · Pull Request #18912 · django/django · GitHub
- Fixed #36007 -- Removed dead code from URLValidator. by medmunds · Pull Request #18925 · django/django · GitHub
Authored
- Proposal: retire IRC
- Django 5.2 release - status and next steps
- #35998 (Add caching to urlize) – Django
- Add benchmark for urlize. by sarahboyce · Pull Request #91 · django/django-asv · GitHub
- #35999 (Remove references of the #django IRC channel as a place to get help/place to promote things) – Django
- Fixed #35999 -- Removed #django IRC channel references where appropriate. by sarahboyce · Pull Request #18916 · django/django · GitHub
- Reduced references to #django IRC. by sarahboyce · Pull Request #1821 · django/djangoproject.com · GitHub
- Removed references to #django IRC. by sarahboyce · Pull Request #244 · django/code.djangoproject.com · GitHub
- #36005 (Drop support for Python 3.10 & 3.11.) – Django
Other/Misc
- Engaged in security topics
- Prepared Bootstrapped Django 6.0. by sarahboyce · Pull Request #18929 · django/django · GitHub