Week ending October 1, 2023

*Triaged:*
    https://code.djangoproject.com/ticket/34866 - Cannot inspect migrations 
that replace squashed migrations with sqlmigrate (needsinfo)
    https://code.djangoproject.com/ticket/34871 - Validation of 
UniqueConstraint with Case() crashes. (accepted)
    https://code.djangoproject.com/ticket/34841 - Reverse migrations model 
state rendering slow with moderate to large migrations (accepted)
    https://code.djangoproject.com/ticket/34870 - Memory leak when using 
psycopg-c with django hstore (invalid)
    https://code.djangoproject.com/ticket/34873 - Add support for 
GENERIC_PLAN option to QuerySet.explain() on PostgreSQL 16+. (created)
    https://code.djangoproject.com/ticket/34874 - Add table_exists() to 
optimize checks for django_migrations table. (wontfix)
    https://code.djangoproject.com/ticket/34876 - Allow password reset 
token generator to configure timeouts (duplicate)
    https://code.djangoproject.com/ticket/34875 - Use RFC 9106 
recommendations in Argon2PasswordHasher (wontfix)
    https://code.djangoproject.com/ticket/34878 - Autoreload crashes with 
FORM_RENDERER="django.forms.renderers.TemplatesSetting". (accepted)
    https://code.djangoproject.com/ticket/34879 - "Data truncated for 
column .." for migration changing auto-id-field (worksforme)
    https://code.djangoproject.com/ticket/34881 - migrate crashes when 
renaming model referenced twice by ManyToManyField.through model on SQLite. 
(accepted)
    https://code.djangoproject.com/ticket/34882 - options=0 is not 
respected when calling AsGeoJSON() (accepted)
    https://code.djangoproject.com/ticket/34883 - Allow template tags to 
set extra data on templates. (accepted)

*Reviewed/committed:*
    https://github.com/django/django/pull/17300 - Fixed #34849 -- Avoided 
raising RuntimeWarning about import-time queries when apps are 
reinitialized with test tools.
    https://github.com/django/django/pull/17242 - Fixed #34825 -- Avoided 
setting unused connections when initializing parallel workers.
    https://github.com/django/django/pull/17314 - Fixed #34877 -- Fixed 
migrations crash when adding GeneratedField with output_field with params.
    https://github.com/django/django/pull/17318 - Fixed #34878 -- Fixed 
autoreloader crash when FORM_RENDERER is set to TemplatesSetting.
    https://github.com/django/django/pull/17321 - Refs #34657 -- Made 
assertInHTML() use unparsed needle in error messages.

*Authored:*
    https://github.com/django/django/pull/17310 - Fixed #34873 -- Added 
QuerySet.explain() support for GENERIC_PLAN option on PostgreSQL 16+.
    https://github.com/django/django/pull/17311 - Added warning about 
flatpages and untrusted users.
    https://github.com/django/django/pull/17312 - [4.2.x] Refs #34320 -- 
Skipped SchemaTests.test_rename_field_with_check_to_truncated_name on 
MariaBD 10.5.2+.
    https://github.com/django/django/pull/17315 - Refs #15667 -- Added 
resetting default renderer when FORM_RENDERER is changed.

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/59dd3865-9b01-4a4a-be85-80bae8494ae7n%40googlegroups.com.

Reply via email to