Week ending July 25, 2021 *Triaged: * https://code.djangoproject.com/ticket/32942 - Confirm support for PostGIS 3.1 (accepted) https://code.djangoproject.com/ticket/32943 - Add support for covering indexes and exclusion constraints for SP-GiST in PostgreSQL 14+. (someday/maybe) https://code.djangoproject.com/ticket/32945 - Improve performance of HttpRequest._current_scheme_host() (invalid) https://code.djangoproject.com/ticket/32944 - Simplify where clause creation where the WhereNode is immediately created and then added to and then returned. (accepted) https://code.djangoproject.com/ticket/32947 - Missing call make_hashable on through_fields in ManyToManyRel. (accepted) https://code.djangoproject.com/ticket/32952 - Django is not generating new session (invalid) https://code.djangoproject.com/ticket/32951 - Remove Query.where_class in favor of using WhereNode directly. (accepted) https://code.djangoproject.com/ticket/32946 - Prefer non-kwargs construction of dynamically generated Q objects. (accepted) https://code.djangoproject.com/ticket/32955 - widthratio does not round properly (invalid) https://code.djangoproject.com/ticket/32956 - Modernise spellings of Web, Email et al (accepted) https://code.djangoproject.com/ticket/32959 - URLValidator test cases can be defined in a Python module (accepted) https://code.djangoproject.com/ticket/32958 - URLValidator tests don't obviously test how long validation takes (needsinfo) https://code.djangoproject.com/ticket/32957 - Make documentation of Model.save() arguments easier to find and get to (accepted)
*Reviewed/committed: * https://github.com/django/django/pull/14662 - Fixed #32942 -- Confirmed support for PostGIS 3.1. https://github.com/django/django/pull/14659 - Fixed #32941 -- Removed get_format_modules()'s unused reverse argument. https://github.com/django/django/pull/14026 - Fixed #10929 -- Added default argument to aggregates. https://github.com/django/django/pull/14658 - Fixed #32940 -- Removed unnecessary branch and unused squash parameter in Node.add(). https://github.com/django/django/pull/14665 - Fixed #32944 -- Avoided unnecessary WhereNode.add() calls. https://github.com/django/django/pull/14667 - Fixed #32704 -- Fixed list of deferred fields when chaining QuerySet.defer() after only(). https://github.com/django/django/pull/14674 - Fixed #32951 -- Removed Query.where_class & co. https://github.com/django/django/pull/14650 - Fixed #32930 -- Fixed URLValidator when port numbers < 10. https://github.com/django/django/pull/13799 - Fixed #32275 -- Added scrypt password hasher. https://github.com/django/django/pull/14682 - Fixed #32950 -- Removed myproject from imports in admin docs where appropriate. https://github.com/django/django/pull/14599 - Fixed #32902 -- Fixed CsrfViewMiddleware.process_response()'s cookie reset logic. https://github.com/django/django/pull/14660 - Fixed #32913 -- Made watchman reloader tests less flaky. https://github.com/django/django/pull/14681 - Fixed #32329 -- Made CsrfViewMiddleware catch more specific UnreadablePostError. *Authored: * https://github.com/django/django/pull/14670 - Fixed #31676 -- Updated organization docs according to DEP 0010. Best, Mariusz -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/1cc5e910-573e-40ac-8163-145f48be68a3n%40googlegroups.com.