Week ending May 21, 2023 *Triaged:* https://code.djangoproject.com/ticket/34565 - Add acheck_password() async method. (accepted) https://code.djangoproject.com/ticket/34563 - ManifestStaticFilesStorage support for CSS module scripts in Javascript files. (someday/maybe) https://code.djangoproject.com/ticket/34567 - slugify template filter with allow_unicode (duplicate) https://code.djangoproject.com/ticket/28056 - Reverse migration for model rename with cross-app ForeignKey fails (duplicate) https://code.djangoproject.com/ticket/34570 - QuerySet.defer() raises an AttributeError when the field is ManyToManyField or GenericForeignKey (accepted) https://code.djangoproject.com/ticket/34568 - makemigrations --update should respect the --name option. (accepted) https://code.djangoproject.com/ticket/34572 - Confirm/Add support for GDAL 3.7. (created) https://code.djangoproject.com/ticket/34521 - Use __slots__ for template Node classes (wontfix) https://code.djangoproject.com/ticket/34573 - Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() (invalid) https://code.djangoproject.com/ticket/34574 - Extend docs for `autoescape` and `escape` with examples using filters that operate with sequences (accepted) https://code.djangoproject.com/ticket/34577 - New template filter `escapeseq` (accepted) https://code.djangoproject.com/ticket/34579 - Documentation points to `django-developers` mailing list as primary point of contact for discussion (accepted) https://code.djangoproject.com/ticket/34578 - Template filter `join` should not escape the joining string if `autoescape` is `off` (accepted) https://code.djangoproject.com/ticket/34585 - Can we use Class with urlpatterns attribute for parameter in include method? (invalid)
*Reviewed/committed:* https://github.com/django/django/pull/16858 - Fixed #34539 -- Restored get_prep_value() call when adapting JSONFields. https://github.com/django/django/pull/16862 - Fixed #34570 -- Silenced noop deferral of many-to-many and GFK. https://github.com/django/django/pull/16869 - Avoided parallel assignment in template classes. https://github.com/django/django/pull/16855 - Fixed #34565 -- Added support for async checking of user passwords. https://github.com/django/django/pull/16873 - Fixed #34578 -- Made "join" template filter respect autoescape for joiner. https://github.com/django/django/pull/16800 - Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to work with async functions. *Reviewed:* https://github.com/django/django/pull/16805 - Fixed #34521 -- Used __slots__ for more template classes. *Authored:* https://github.com/django/djangoproject.com/pull/1359 - Fixed Stripe webhooks crash when object is empty. https://github.com/django/django/pull/16865 - Fixed #34568 -- Made makemigrations --update respect --name option. 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/a0464c9b-753f-4df6-acee-fdc9db1fc9c3n%40googlegroups.com.