Week ending 2024-09-15 (Week 37)
Triaged
- #35718 (Add JSONArray Func) – Django (accepted)
- #35745 (Improve Documentation on Clearing Cached Property Values) – Django (invalid)
- #35741 (Checking for whether a reverse OneToOne relation exists is ugly) – Django (duplicate)
- #35744 (Combine query support doesn't repoint nested external references) – Django (accepted)
- #35747 (Admin change list doesn't redirect to default ordering when the last ordering field is removed from sorting) – Django (invalid → accepted)
- #35746 (make the form.cleaned_data attribute of form available in the __init__) – Django (needsinfo)
- https://code.djangoproject.com/ticket/35748 (accepted)
- #35740 (file_storage.tests.FileFieldStorageTests.test_extended_length_storage fails when bcachefs is in use) - Django (needsinfo)
- #35749 (AlterIndexTogether raising TypeError: 'class Meta' got invalid attribute(s): index_together) – Django (duplicate)
- #35735 (For python 3.9+ class property may not be accessible by Django’s template system) - Django (accepted)
- https://code.djangoproject.com/ticket/35750 (wontfix)
- #35752 (In lookup doesn't work in filter()) – Django (accepted)
- https://code.djangoproject.com/ticket/35755 (accepted)
- #35754 (PDF documentation renders curly quotes as full-width) – Django (accepted)
- https://code.djangoproject.com/ticket/35756 (duplicate)
- #35760 (Cannot translate word
Noneusinggettext_lazy) - Django (needsinfo) - #35758 (Use keyword argument rather than a positional argument for on_delete in the ForeignKey.on_delete docs.) – Django (accepted)
- #35757 (memcached.PyMemcacheCache reentrancy problem with ASGI-based runserver) - Django (invalid)
Reviewed
- https://github.com/django/django/pull/18514
- https://github.com/django/django/pull/18415
- https://github.com/django/django/pull/18335
- Improve Contribution Tutorial with Up-to-Date Resources and Guidance by WillBeInfluentialProgrammer · Pull Request #18556 · django/django · GitHub
- Refs #33817 -- Corrected errors raised when Oracle driver is not installed. by felixxm · Pull Request #18557 · django/django · GitHub
- Fixed #35074 -- Fixed adding/removing indexes when spatial_index is changed on MySQL, PostgreSQL, and Oracle. by felixxm · Pull Request #18492 · django/django · GitHub
- https://github.com/django/django/pull/18547
- Removed ordering variable in url_remove if o_list_remove is empty, fixing #35747. by ldeluigi · Pull Request #18558 · django/django · GitHub
- Fixed #35748 -- Documented that Field.formfield() may return None. by cliffordgama · Pull Request #18570 · django/django · GitHub
- https://github.com/django/django/pull/18534
- Fixed issue with update_fields in save() method on docs example. by cliffordgama · Pull Request #18550 · django/django · GitHub
- Hide help text on hidden fields by rlaager · Pull Request #18573 · django/django · GitHub
Authored
- Pinned Miniforge in benchmark workflow. by sarahboyce · Pull Request #18576 · django/django · GitHub
Other/Misc
- Engaged in security topics