Week ending May 31, 2020.

*Triaged:*
https://code.djangoproject.com/ticket/31617 - Improve overall admin 
accessibility. (Someday/Maybe)
https://code.djangoproject.com/ticket/31622 - Support CREATE CONSTRAINT 
TRIGGER constraints in postgres. (wontfix)
https://code.djangoproject.com/ticket/31620 - Support "%V" format in 
WeekArchiveView. (accepted)
https://code.djangoproject.com/ticket/30952 - KeyError: 
'_password_reset_token' during password reset. (needsinfo)
https://code.djangoproject.com/ticket/31610 - Make it easier to override 
the RelatedFieldWidgetWrapper in admin. (wontfix)
https://code.djangoproject.com/ticket/31616 - Add hint to the E410 about 
AuthenticationMiddleware. (accepted)
https://code.djangoproject.com/ticket/31630 - Replace 
DatabaseFeatures.introspected_*_field_type attributes with a single 
attribute. (accepted)
https://code.djangoproject.com/ticket/31627 - Could there be an "--exclude" 
option to "startproject/startapp"? (invalid)
https://code.djangoproject.com/ticket/31621 - Add "--parallel=auto" option 
to the "test" command. (accepted)
https://code.djangoproject.com/ticket/31631 - Use Django ORM Postgresql 
regex when the regex is in the database and the value is a string 
(duplicate)
https://code.djangoproject.com/ticket/31636 - BooleanFieldListFilter 
doesn't respect field choices. (accepted)
https://code.djangoproject.com/ticket/13068 - The "Add another [inline 
object]" javascript doesn't respect prepopulated_fields settings (fixed)

*Reviewed/committed:*
https://github.com/django/django/pull/12965 - Fixed #31624 -- Avoided 
subquery usage on QuerySet.all().delete().
https://github.com/django/django/pull/12966 - Fixed #29078 -- Made 
serializers respect prefetch_related() for m2m fields.
https://github.com/django/django/pull/12974 - Refs #23097 -- Used new octal 
format in FILE_UPLOAD_PERMISSIONS docs.
https://github.com/django/django/pull/12973 - Fixed #31616 -- Added hint 
about middleware ordering for SessionMiddleware admin check.
https://github.com/django/django/pull/12754 - Fixed #31416 -- Made 
autodetector find dependencies for MTI model creation on base fields 
removal.
https://github.com/django/django/pull/12961 - Fixed #31614 -- Fixed aliases 
ordering by OrderBy() expressions of combined queryset.
https://github.com/django/django/pull/12951 - Fixed #31606 -- Allowed using 
condition with lookups in When() expression.
https://github.com/django/django/pull/12917 - Fixed #31494 -- Preserved 
query strings when following HTTP 307/308 redirects in test client.
https://github.com/django/django/pull/12952 - Fixed #31615 -- Made 
migrations skip extension operations if not needed.
https://github.com/django/django/pull/12945 - Fixed #11157 -- Stopped 
removing stop words in admin's prepopulated_fields.
https://github.com/django/django/pull/12921 - Refs #31034 -- Improved 
accessibility of admin navigation sidebar.
https://github.com/django/django/pull/12131 - Fixed #31468 -- Allowed 
specifying migration filename in Operation.
https://github.com/django/django/pull/12983 - Fixed #28694 -- Made 
django.utils.text.slugify() strip dashes and underscores.
https://github.com/django/django/pull/12982 - Refs #21171 -- Made 
Collector.delete() rollback in the correct database.

*Authored:*
https://github.com/django/django/pull/12978 - Refs #31040, Refs #31224 -- 
Prevented cycles in exceptions chain.

Best regards,
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/8ec6224b-b00f-437f-a1e1-6576afa74300%40googlegroups.com.

Reply via email to