Week ending April 16, 2023 *Triaged:* https://code.djangoproject.com/ticket/34480 - Annotating with Chr raises ValueError (accepted) https://code.djangoproject.com/ticket/34481 - Admin check for reversed foreign key used in "list_display" (accepted) https://code.djangoproject.com/ticket/34482 - Unable to access "non-picklable" attributes of empty HttpRequest and HttpResponse objects after shallow copy. (accepted) https://code.djangoproject.com/ticket/34483 - Negative result of django.utils.timesince.timesince (accepted) https://code.djangoproject.com/ticket/34486 - SearchHeadline crashes without an active connection. (accepted) https://code.djangoproject.com/ticket/34484 - HttpRequest.__deepcopy__ doesn't deepcopy attributes (accepted) https://code.djangoproject.com/ticket/34487 - Django crashes due to ManifestStaticFilesStorage plugin in 4.2 (needsinfo) https://code.djangoproject.com/ticket/34488 - ClearableFileInput widget forgets "Clear" selection when form is not valid (duplicate) https://code.djangoproject.com/ticket/34492 - I get an error when using BinaryField in sqllite3. (invalid) https://code.djangoproject.com/ticket/34491 - Unable to have constraints with same name on different models (wontfix) https://code.djangoproject.com/ticket/34493 - wrong translation (invalid) https://code.djangoproject.com/ticket/34494 - This is suggestion about customizing AdminSite documents (invalid) https://code.djangoproject.com/ticket/34496 - ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched line to return for for example data URI (needsinfo) https://code.djangoproject.com/ticket/34498 - error 403 in login in django (invalid) https://code.djangoproject.com/ticket/34495 - Queryset update fails when updating parent model field with default ordering on MySQL backend (worksforme) https://code.djangoproject.com/ticket/34499 - In tutorial part08, Django debug toolbar shows up in admin site but not in public site (wontfix)
*Reviewed/committed:* https://github.com/django/django/pull/16735 - Fixed #34455 -- Restored i18n_patterns() respect of prefix_default_language argument when fallback language is used. https://github.com/django/django/pull/16750 - Fixed #34480 -- Fixed crash of annotations with Chr(). https://github.com/django/djangoproject.com/pull/1346 - Fixed #1341 -- Updated info about past and present Django Fellows. https://github.com/django/django/pull/16749 - Fixed #34394 -- Made ASGIRequest respect FORCE_SCRIPT_NAME. https://github.com/django/django/pull/16746 - Fixed #27505 -- Allowed customizing Paginator's error messages. https://github.com/django/django/pull/16760 - Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing database connection on PostgreSQL. https://github.com/django/django/pull/16712 - Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites. *Reviewed:* https://github.com/django/django/pull/16756 - Fixed #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates and interval less than 1 day. *Authored:* https://github.com/django/django/pull/16755 - Fixed #34484, Fixed #34482 -- Fixed cloning/deep cloning HttpRequest, HttpResponse, and their subclasses. https://github.com/django/django/pull/16763 - [4.2.x] Refs #34483 -- Fixed utils_tests.test_timesince crash on Python 3.8. https://github.com/django/django/pull/16764 - Refs #34483 -- Fixed timesince()/timeuntil() with timezone-aware dates on different days and interval less than 1 day. 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/c9d37891-9499-46bb-9660-34e40a054a39n%40googlegroups.com.