Week ending 2024-12-22 (Week 51)
Triaged
- https://code.djangoproject.com/ticket/36012 (accepted)
- https://code.djangoproject.com/ticket/36014 (accepted)
- https://code.djangoproject.com/ticket/36017 (accepted)
- https://code.djangoproject.com/ticket/36016 (accepted)
- #36019 (MinValueValidator and MaxValueValidator messages do not match compare operators) – Django (duplicate)
- https://code.djangoproject.com/ticket/36020 (wontfix)
- #31170 (dismissRelatedLookupPopup doesn't trigger change event) – Django (accepted)
- https://code.djangoproject.com/ticket/36015 (wontfix)
- https://code.djangoproject.com/ticket/36025 (accepted)
- https://code.djangoproject.com/ticket/36026 (accepted)
- #36023 (Update content_disposition_header to handle control chars.) – Django (accepted)
- https://code.djangoproject.com/ticket/36027 (accepted)
- https://code.djangoproject.com/ticket/36029 (accepted)
- #36030 (SQLite backend: division with Decimal("x.0") operand discards fractional portion of result) – Django (accepted)
Reviewed
- Fixed #36012 -- Fixed broken mailto punctuation encoding in Urlizer. by medmunds · Pull Request #18941 · django/django · GitHub
- https://github.com/django/django/pull/18938
- Fixed #35924 - Removed choose/remove all controls used in FilteredSelectMultiple widget by ajosephau · Pull Request #18927 · django/django · GitHub
- Fixed #36008 -- Fixed order of database reset in TransactionTestCase docs. by Chiemezuo · Pull Request #18937 · django/django · GitHub
- Refs #35718 -- Moved JSONObject to django.db.models.functions.json. by laymonage · Pull Request #18939 · django/django · GitHub
- Imported Coalesce from django.db.models.functions. by jacobtylerwalls · Pull Request #18940 · django/django · GitHub
- Fixed #35414 -- Used default headers in AsyncRequestFactory. by YashRaj1506 · Pull Request #18897 · django/django · GitHub
- Refs #29850 -- Removed obsolete test_window_frame_raise_not_supported_error. by timgraham · Pull Request #18935 · django/django · GitHub
- Fixed #34856 -- Fixed references to index_together in historical migrations. by systemallica · Pull Request #18931 · django/django · GitHub
- Added Chiemezuo to AUTHORS by Chiemezuo · Pull Request #18943 · django/django · GitHub
- Fixed #36016 -- Prevented traceback when quitting makemigrations with Ctrl-C. by amansharma612 · Pull Request #18947 · django/django · GitHub
- Refs #32819 -- Added aria-describedby property to BoundField. by smithdc1 · Pull Request #18930 · django/django · GitHub
- Fixed #35969 -- Disallowed specifying a USING clause for altered gene… by lufafajoshua · Pull Request #18911 · django/django · GitHub
- https://github.com/django/django/pull/18361
- Refs #35520 -- Fixed expected query count in admin_views tests. by timgraham · Pull Request #18945 · django/django · GitHub
- Fixed #35881 -- MultiWidget bypasses subwidget rendering customization by sschauk · Pull Request #18902 · django/django · GitHub
- Fixed #35911 -- FilteredSelectMultiple Widget Not Functional in Inline Formset After Form Deletion by Alanna-Cao · Pull Request #18903 · django/django · GitHub
- Fixed #35886 -- Moved object-based Script media assets to the public API by codingjoe · Pull Request #18782 · django/django · GitHub
- Fixed #36002 -- Update docstrings for RemoteUserMiddleware and PersistentRemoteUserMiddleware. by Kagee · Pull Request #18920 · 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 #26007: Update the doc string on get_template_names of SingleObjectTemplateResponseMixin by nanorepublica · Pull Request #18923 · django/django · GitHub
- Fixed #22977 -- Added system check for clashing managers and reverse related fields. by ajosephau · Pull Request #18908 · django/django · GitHub
- https://github.com/django/django/pull/18769
- https://github.com/django/django/pull/16337
- https://github.com/django/django/pull/18260
- Fixed #35918 -- Added support for SQLCompiler.execute_sql() to return row count. by rtpg · Pull Request #18827 · django/django · GitHub
- https://github.com/django/django/pull/18699
- https://github.com/django/django/pull/18541
- Fixed #36026 -- Updated the class-based View's documentation to explain the setup function by chaitanyarahalkar · Pull Request #18952 · django/django · GitHub
- https://github.com/django/django/pull/18758
- Fixed #32819 -- Established relationship between form fields and their errors. by smithdc1 · Pull Request #17520 · django/django · GitHub
- Refs #35844 -- Fixed OtherModelFormTests.test_prefetch_related_queryset() test on Python 3.14+. by felixxm · Pull Request #18953 · django/django · GitHub
Other/Misc
- Engaged in security topics