Re: Fellow Reports - October 2023

2023-10-22 Thread Mariusz Felisiak
Week ending October 15

*Triaged:*
https://code.djangoproject.com/ticket/34894 - Query.change_aliases() 
has several significant bugs (needsinfo)
https://code.djangoproject.com/ticket/34895 - Reverse migrations fail 
with mysql / mariadb with sql_safe_updates set to 1 (duplicate)
https://code.djangoproject.com/ticket/12075 - Add wsgiorg.routing args 
support (wontfix)
https://code.djangoproject.com/ticket/34898 - Adding non-deterministic 
collations to unique CharFields crashes on PostgreSQL. (accepted)
https://code.djangoproject.com/ticket/14761 - URL resolving / reversing 
design doesn't allow alternate specs (needsinfo)
https://code.djangoproject.com/ticket/34900 - Python 3.13 
compatibility. (someday/maybe)

*Reviewed/committed:*
https://github.com/django/django/pull/17349 - Refs #34043 -- Clarified 
how to test UI changes.
https://github.com/django/django/pull/17351 - [5.0.x] Refs #26029 -- 
Improved get_storage_class() deprecation warning with stacklevel=2.
https://github.com/django/django/pull/17194 - Fixed #12241 -- Preserved 
query strings when using "Save and continue/add another" in admin.
https://github.com/django/django/pull/17359 - Refs #34840 -- Improved 
release note describing index regression.

*Reviewed:*
https://github.com/django/django/pull/17308 - Fixed #34808 -- Doc'd 
aggregate default argument.

*Authored:*
https://github.com/django/django/pull/17348 - Added backticks to 
setuptools in docs.
https://github.com/django/django/pull/17354 - Refs #34882 -- Fixed 
GISFunctionsTests.test_asgeojson_option_0() test on Oracle.
https://github.com/django/asgiref/pull/414 - Dropped Python 3.7 support.
https://github.com/django/django/pull/17356 - Refs #34840 -- Fixed 
test_validate_nullable_textfield_with_isnull_true() on databases that don's 
support table check constraints.
https://github.com/django/asgiref/pull/412 - Added Python 3.12 support.
https://github.com/django/django/pull/17367 - Refs #34900, Refs #34118 
-- Updated assertion in test_skip_class_unless_db_feature() test on Python 
3.12.1+.

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/6093cc27-09e8-456e-a62d-4ecbf44c81e2n%40googlegroups.com.


Re: Fellow Reports - October 2023

2023-10-22 Thread Mariusz Felisiak
Week ending October 22

*Triaged:*
https://code.djangoproject.com/ticket/34901 - Add async interface to 
contrib.sessions (accepted)
https://code.djangoproject.com/ticket/34902 - 
django.test.client.Client.head request fails on AttributeError as_sync is 
missing (worksforme)
https://code.djangoproject.com/ticket/34903 - Parallel test runner 
failure on Windows (accepted)
https://code.djangoproject.com/ticket/34904 - Changing email object 
after sending mutates mail in mail.outbox (accepted)
https://code.djangoproject.com/ticket/34905 - Main landmark is on the 
wrong element (accepted)
https://code.djangoproject.com/ticket/34906 - Need help with 
makemigrations (invalid)
https://code.djangoproject.com/ticket/34911 - Admindocs index skips 
from h1 to h3 (accepted)
https://code.djangoproject.com/ticket/34914 - Postgres connection is 
not restarted after it's dropped by the server, even if we use 
CONN_HEALTH_CHECKS=True (duplicate)
https://code.djangoproject.com/ticket/34915 - Do not autopopulate 
_order field for model with an order_with_respect_to if already set. 
(wontfix)
https://code.djangoproject.com/ticket/34916 - Add support for brotli 
compression (wontfix)
https://code.djangoproject.com/ticket/34907 - loaddata crashes on 
objects with natural keys when don't exist on passed database. (accepted)
https://code.djangoproject.com/ticket/34917 - Links within text in the 
Django admin are difficult to identify (wontfix)
https://code.djangoproject.com/ticket/34918 - Assigning model instance 
to `_id`/attname field saves correctly, but breaks accessing the field 
(invalid)
https://code.djangoproject.com/ticket/34920 - 
FileExtensionValidator.__eq__() should ignore allowed_extensions order. 
(accepted)
https://code.djangoproject.com/ticket/34921 - Filtering an unbound 
DateTimeField with naive date crashes (accepted)

*Reviewed/committed:*
https://github.com/django/django/pull/17369 - Fixed #34798 -- Fixed 
QuerySet.aggregate() crash when referencing expressions containing 
subqueries.
https://github.com/django/django/pull/17360 - Refs #34043 -- Added 
context managers to SeleniumTestCase for changing window size.
https://github.com/django/django/pull/17371 - Removed unreachable code 
from ModelAdmin.response_change().
https://github.com/django/django/pull/17374 - Refs #34043 -- Added 
--screenshots option to runtests.py and selenium tests.
https://github.com/django/django/pull/16963 - Refs #34043 -- Added 
GitHub action to capture screenshots in Selenium tests.
https://github.com/django/django/pull/17375 - Refs #34043 -- Tweaked 
wording in release note.
https://github.com/django/django/pull/17378 - Made 
SeleniumTests.test_select_multiple less flaky by improving Selenium waits.
https://github.com/django/django/pull/17382 - Fixed #34905 -- Corrected 
admin's main content element rendered in  tag.
https://github.com/django/django/pull/17385 - Fixed #34911 -- Corrected 
HTML heading levels on admindocs' main page.
https://github.com/django/django/pull/17386 - Fixed #34912 -- Fixed 
size of back links and bookmarklet help in admindocs pages.
https://github.com/django/django/pull/17390 - Restructured writing 
documentation contributing guide.
https://github.com/django/django/pull/17387 - Fixed #34913 -- Added 
borders on high contrast mode in the admin.
https://github.com/django/django/pull/17399 - Fixed #34921 -- Fixed 
crash of warning for unbound naive datetimes.

*Authored:*
https://github.com/django/django/pull/17380 - Fixed permissions for 
GitHub action with screenshots.

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/91e60282-ca0d-454d-9be4-f54f8084c0a8n%40googlegroups.com.