Week ending October 3, 2021 *Triaged: * https://code.djangoproject.com/ticket/33144 - get_elided_page_range() method doesn't work properly. (invalid) https://code.djangoproject.com/ticket/33146 - Wrong command in ASGI deployment-guide using uvicorn (invalid) https://code.djangoproject.com/ticket/33147 - django-admin runserver --settings=mysite.settings errors out (worksforme) https://code.djangoproject.com/ticket/33141 - Rename Aggregate.empty_aggregate_value to empty_result_set_value. (accepted) https://code.djangoproject.com/ticket/33148 - Set `Cache-Control: max-age=0` header on static files response so that files are easily refreshable during development (duplicate) https://code.djangoproject.com/ticket/33139 - Using IPython for the manage.py REPL interface clobbers __main__, where the normal python REPL doesn't. (wontfix) https://code.djangoproject.com/ticket/33149 - Make --pdb work with subTest(). (accepted) https://code.djangoproject.com/ticket/33131 - Improve error messages for reverse accessor clashes. (accepted) https://code.djangoproject.com/ticket/33150 - EmailBackend.write_message crashes when self.steam is BufferedWriter (invalid) https://code.djangoproject.com/ticket/33153 - "database table is locked" error on SQLite when testing with mirror database (duplicate) https://code.djangoproject.com/ticket/33154 - The Exact lookup generates suboptimal queries for BooleanField on MySQL (duplicate) https://code.djangoproject.com/ticket/33152 - Document the fact that a DB connection can be closed mid-request when a HTTP client disconnects prematurely (invalid) https://code.djangoproject.com/ticket/33151 - createsuperuser doesn't work in non-interactive mode if a ManyToManyField/ForeignKey is in REQUIRED_FIELDS. (accepted) https://code.djangoproject.com/ticket/33155 - ModelChoiceIteratorValue is not hashable. (accepted) https://code.djangoproject.com/ticket/33157 - Consider back-porting the fix of #32889 to version 3.2.x (wontfix) https://code.djangoproject.com/ticket/33156 - Admin Sidebar search value stays forever (accepted) https://code.djangoproject.com/ticket/33159 - Missing table alias in generated query after used in subquery (accepted) https://code.djangoproject.com/ticket/33160 - DatabaseWrapper._nodb_cursor() raises wrong warnings in case of errors from queries on PostgreSQL. (accepted) https://code.djangoproject.com/ticket/32961 - Add support for BIT_XOR aggregate in PostgreSQL 14+. (accepted) https://code.djangoproject.com/ticket/32943 - Add support for covering indexes and exclusion constraints for SP-GiST in PostgreSQL 14+. (accepted) https://code.djangoproject.com/ticket/33161 - Do not ignore transaction durability errors within TestCase (accepted) https://code.djangoproject.com/ticket/33162 - Add __file__ to Settings. (wontfix)
*Reviewed/committed: * https://github.com/django/django/pull/14898 - Fixed #33114 -- Defined default output_field of StringAgg. https://github.com/django/django/pull/14897 - Refs #32355 -- Modernized subprocess.run() calls. https://github.com/django/django/pull/14892 - Fixed #33136 -- Added GEOSGeometry.make_valid() method. https://github.com/django/django/pull/14896 - Fixed #33125 -- Avoided redundant unique constraint when converting a non-unique field to primary key on MySQL and PostgreSQL. https://github.com/django/django/pull/14785 - Fixed #33033 -- Prevented models.DecimalField from accepting NaN values. https://github.com/django/django/pull/14903 - Fixed #33134 -- Fixed recursion depth error when rendering Form with BoundFields. https://github.com/django/django/pull/14771 - Fixed #33027 -- Made autoreloader pass -X options. https://github.com/django/django/pull/14894 - Fixed #33141, Fixed #33018 -- Fixed annotations with empty queryset. https://github.com/django/django/pull/14915 - Fixed #33155 -- Made ModelChoiceIteratorValue instances hashable. https://github.com/django/django/pull/14918 - Fixed #33160 -- Avoided suppressing query errors in _nodb_cursor() on PostgreSQL. https://github.com/django/django/pull/14689 - Fixed #32961 -- Added BitXor() aggregate to django.contrib.postgres. https://github.com/django/django/pull/14663 - Fixed #32943 -- Added support for covering indexes and exclusion constraints for SP-GiST on PostgreSQL 14+. *Authored: * https://github.com/django/django/pull/14908 - Corrected field and model check messages in docs. https://github.com/django/django/pull/14916 - Fixed #33159 -- Reverted "Fixed #32970 -- Changed WhereNode.clone() to create a shallow copy of children." https://github.com/django/django-docker-box/pull/32 - Used PyMemcacheCache instead of MemcachedCache backend. 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/5ba03625-7a38-4db6-914e-dddaf983cf80n%40googlegroups.com.