Week ending July 12, 2020.

*Triaged:*
https://code.djangoproject.com/ticket/28911 - Add support for the Msft time 
zone required on Windows Subsystem for Linux running openSUSE (invalid)
https://code.djangoproject.com/ticket/31766 - Avoid unneccessary 
computation in GDALRaster.transform(). (accepted)
https://code.djangoproject.com/ticket/31767 - QuerySet.none() on combined 
queries returns all results. (accepted)
https://code.djangoproject.com/ticket/31769 - Improve default name of merge 
migrations. (accepted)
https://code.djangoproject.com/ticket/26367 - Assess if FieldFile can work 
with stdlib File instead of requiring Django's File (needsinfo)
https://code.djangoproject.com/ticket/31771 - Add warning if model field 
has trailing comma. (wontfix)
https://code.djangoproject.com/ticket/31772 - Support for field with Roman 
Numeral (wontfix)
https://code.djangoproject.com/ticket/31770 - Enable 
has_select_for_update_of feature on MySQL 8.0.1+. (accepted)
https://code.djangoproject.com/ticket/31773 - ExpressionWrapper loses 
output_field for combined expression without an output_field. (accepted)
https://code.djangoproject.com/ticket/31776 - Django test client uses 
incomplete request for _login (duplicate)

*Reviewed/committed:*
https://github.com/django/django/pull/12953 - Fixed #31530 -- Added system 
checks for invalid model field names in CheckConstraint.check and 
UniqueConstraint.condition.
https://github.com/django/django/pull/13118 - Fixed #23797 -- Fixed 
QuerySet.exclude() when rhs is a nullable column.
https://github.com/django/django/pull/13151 - Fixed #31732 -- Cached 
callables signatures in django.utils.inspect methods.
https://github.com/django/django/pull/12552 - Refs #26445 -- Allowed using 
UserManager.create_user()/create_superuser() in migrations.
https://github.com/django/django/pull/13082 - Fixed #31713 -- Added 
SpatialReference support to GDALRaster.transform().
https://github.com/django/django/pull/13131 - Fixed #24816 -- Clarified 
docs about preventing duplicate signals.
https://github.com/django/django/pull/13161 - Added Turkmen language.
https://github.com/django/django/pull/13088 - Fixed #31573 -- Made 
QuerySet.update() respect ordering on MariaDB/MySQL.
https://github.com/django/django/pull/13163 - Refs #30400 -- Improved 
typography in debug and csrf templates.
https://github.com/django/django/pull/13170 - Fixed #29789 -- Added support 
for nested relations to FilteredRelation.
https://github.com/django/django/pull/12956 - Refs #30578 -- Made 
SelectDateWidget.format_value() independent of USE_L10N.
https://github.com/django/django/pull/12868 - Fixed #31509 -- Made 
DiscoverRunner enable faulthandler by default.

*Authored:*
https://github.com/django/django/pull/13158 - Fixed #31767 -- Fixed 
QuerySet.none() on combined queryset.
https://github.com/django/django/pull/13165 - Fixed #31773 -- Fixed 
preserving output_field in ExpressionWrapper for combined expressions.

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/e6a15bbe-a68f-4f2e-867d-5bb7e984fb25o%40googlegroups.com.

Reply via email to