Week ending October 29

*Triaged:*
    https://code.djangoproject.com/ticket/34923 - MESSAGE_TAGS ignored in 
5.0a1 (accepted)
    https://code.djangoproject.com/ticket/34924 - Example for 
squashmigration not working properly (duplicate)
    https://code.djangoproject.com/ticket/34919 - Missing scope attribute 
in admin doc table headers. (accepted)
    https://code.djangoproject.com/ticket/34926 - Missing model after 
squashing (invalid)
    https://code.djangoproject.com/ticket/34928 - makemigrations when 
adding a ForeignKey to a model with a UniqueConstraint must create the 
field before creating the constraint (duplicate)
    https://code.djangoproject.com/ticket/34930 - Parallel tests fail on 
Python 3.11+ and MacOS. (needsinfo)
    https://code.djangoproject.com/ticket/34931 - QuerySet .count() crashes 
when queryset contains FilteredRelation referencing annotation in condition 
(duplicate)
    https://code.djangoproject.com/ticket/34932 - Setting deterministic 
Postgres collations incorrectly disallows use of varchar_pattern_ops and 
text_pattern_ops (accepted)
    https://code.djangoproject.com/ticket/34917 - Links within text in the 
Django admin are difficult to identify (duplicate)
    https://code.djangoproject.com/ticket/34934 - Made 
EmailValidator.__eq__() ignore domain_allowlist ordering. (accepted)

*Reviewed/committed:*
    https://github.com/django/django/pull/17373 - Fixed #34903, Refs #34825 
-- Made workers initialization respect empty set of used connections.
    https://github.com/django/django/pull/17402 - Refs #34118 -- Avoided 
repeat coroutine checks in MiddlewareMixin.
    https://github.com/django/django/pull/17398 - Fixed #34920 -- Made 
FileExtensionValidator.__eq__() ignore allowed_extensions ordering.
    https://github.com/django/django/pull/17377 - Fixed #34904 -- Prevented 
mutating sent emails from outbox in locmem email backend.
    https://github.com/django/django/pull/17392 - Fixed #27403 -- Doc'd 
that QuerySet.prefetch_related() doesn't guarantee transactional 
consistency.
    https://github.com/django/django/pull/17368 - Fixed #10941 -- Added {% 
query_string %} template tag.
    https://github.com/django/django/pull/17406 - Doc'd writing integration 
tests for the system check framework.
    https://github.com/django/django/pull/17420 - Fixed #34943 -- Made 
EmailValidator.__eq__() ignore domain_allowlist ordering.
    https://github.com/django/django/pull/17422 - Refs #29850 -- Added 
RowRange support for positive integer start and negative integer end.

*Reviewed:*
    https://github.com/django/django/pull/17384 - Fixed #15578 -- Stated 
the processing order of fixtures in the fixtures docs.

*Authored:*
    https://github.com/django/django/pull/17403 - Bumped versions in 
pre-commit and npm configurations.
    https://github.com/django/django/pull/17407 - Fixed #34923 -- Avoided 
initializing LEVEL_TAGS when importing django.contrib.messages.
    https://github.com/django/django/pull/17409 - Added missing pycon 
directives in various docs.
    https://github.com/django/django/pull/17412 - Fixed isolation of 
DatabaseWrapperLoggingTests.test_commit_debug_log().

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/425abb0a-b1b7-4de7-a261-5534888f7cd1n%40googlegroups.com.

Reply via email to