Week ending April 30, 2023
*Triaged:*
https://code.djangoproject.com/ticket/34229 - "no such column" when
combining FilteredRelation and multi-table inheritance models (accepted)
https://code.djangoproject.com/ticket/34515 - Translatable URL patterns
raise 404 for non-English default language when
prefix_default_language=False is used. (accepted)
https://code.djangoproject.com/ticket/34517 - ImageField unnecessarily
adds a post_init signal handler to the model (accepted)
https://code.djangoproject.com/ticket/34518 - "random" template filter
crashes on an empty list. (accepted)
https://code.djangoproject.com/ticket/34519 - Don't send content in
responses to HEAD requests (duplicate)
https://code.djangoproject.com/ticket/34521 - Use __slots__ for
template Node classes (accepted)
https://code.djangoproject.com/ticket/34522 - PUT/PATCH data is not
encoded for multipart/form-data in Django Test Client (duplicate)
https://code.djangoproject.com/ticket/34524 - Error while sending TLS
smtp email on "self-signed certificate" server (duplicate)
https://code.djangoproject.com/ticket/34523 -
Model.objects.update_or_create method sometimes raises
TransactionManagementError (accepted)
https://code.djangoproject.com/ticket/34527 - Unexpected behavior with
division in aggregation (invalid)
*Reviewed/committed:*
https://github.com/django/django/pull/16786 - Fixed #33766 -- Resolved
FilteredRelation.condition at referencing time.
https://github.com/django/django/pull/16776 - Updated admin's XRegExp
to 5.1.1.
https://github.com/django/django/pull/16436 - Refs #31949 -- Made
@never_cache and @cache_control() decorators to work with async functions.
https://github.com/django/django/pull/16796 - Replaced docutils link by
PyPI reference.
https://github.com/django/django/pull/16802 - Fixed #34518 -- Fixed
crash of random() template filter with an empty list.
https://github.com/django/django/pull/16803 - Doc'd that Count("*") is
equivalent to COUNT(*) SQL.
https://github.com/django/django/pull/16807 - Refs #33662 -- Corrected
Sitemap.get_languages_for_item() signature in docs.
https://github.com/django/django/pull/16614 - Fixed #34380 -- Allowed
specifying a default URL scheme in forms.URLField.
*Reviewed:*
https://github.com/django/django/pull/16757 - Fixed #34481 -- Added
system check for reverse related fields in ModelAdmin.list_display.
*Authored:*
https://github.com/django/django/pull/16799 - Fixed #34512 -- Restored
breadcrumbs on admin app index view.
https://github.com/django/django/pull/16804 - Avoided creating default
form fields in fields_for_model() when declared on form.
https://github.com/django/django/pull/16810 - Fixed #34515 -- Made
LocaleMiddleware prefer language from paths when i18n patterns are used.
https://github.com/django/django/pull/16812 - Refs #34118, Refs #34504
-- Added backward incompatibility note about EmailBackend.ssl_context.
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-developers/0f904294-921c-4bde-9e80-000b3bc89e41n%40googlegroups.com.