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)
- #35748 (Document that Field.formfield() may return None) – Django (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)
- #35750 (Separate method for values_list(..., flat=True), deprecate that kwarg) – Django (wontfix)
- https://code.djangoproject.com/ticket/35752 (accepted)
- #35755 (Help text for hidden fields is visible in admin fieldsets) – Django (accepted)
- https://code.djangoproject.com/ticket/35754 (accepted)
- #35756 (Auto reload raises TypeError: unhashable type: 'types.SimpleNamespace') – Django (duplicate)
- #35760 (Cannot translate word
None
usinggettext_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
- Fixed #35660 -- Provided fixtures during setUpClass phase of TransactionTestCase. by jacobtylerwalls · Pull Request #18514 · django/django · GitHub
- Fixed #35631 -- Extract quality value from Accept header by RealOrangeOne · Pull Request #18415 · django/django · GitHub
- Fixed #29522 -- Refactored the Deserializer functions to classes. by AMK9978 · Pull Request #18335 · django/django · GitHub
- 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
- Fixed #35735 -- Restored access to subscribable class methods and properties in templates. by fsbraun · Pull Request #18547 · django/django · GitHub
- 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 cliff688 · Pull Request #18570 · django/django · GitHub
- Fixed #35727 -- Added HttpResponse.text property. by saJaeHyukc · Pull Request #18534 · django/django · GitHub
- Fixed issue with update_fields in save() method on docs example. by cliff688 · 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