Week ending April 5, 2020.

*Triaged:*
https://code.djangoproject.com/ticket/31407 - RuntimeWarning when running 
AsyncHandlerRequestTests.test_unawaited_response. (accepted)
https://code.djangoproject.com/ticket/31406 - Access date/time of request. 
(wontfix)
https://code.djangoproject.com/ticket/31409 - Add warning regarding 
CheckConstraint and MySQL in docs. (wontfix)
https://code.djangoproject.com/ticket/29170 - Unable to add triggers in 
migrations on Oracle. (accepted)
https://code.djangoproject.com/ticket/31410 - Add check for fields of 
UniqueConstraints. (accepted)
https://code.djangoproject.com/ticket/31411 - Use RENAME COLUMN on MariaDB 
10.5.2+. (created)
https://code.djangoproject.com/ticket/31413 - migrations.test_loader not 
isolated on databases that don't support transactions. (accepted)
https://code.djangoproject.com/ticket/31414 - Django TestCase reads from 
"production" database with MySQL backend. (worksforme)
https://code.djangoproject.com/ticket/31420 - Using SimpleLazyObject with a 
nested subquery annotation fails. (accepted)
https://code.djangoproject.com/ticket/31421 - Running test suites hang on 
mac OX Catalina 10.15.2. (duplicate)
https://code.djangoproject.com/ticket/31422 - Django response too long even 
do nothing. (invalid)
https://code.djangoproject.com/ticket/31415 - QuerySet crashes when nested 
OuterRef is combined with an operator or used in function. (accepted)
https://code.djangoproject.com/ticket/31416 - FieldError when migrating 
field to new model subclass. (accepted)
https://code.djangoproject.com/ticket/31417 - Broken source links in docs. 
(invalid)
https://code.djangoproject.com/ticket/31423 - Clarify using nested database 
transactions in atomic() docs. (accepted)

*Reviewed/committed:*
https://github.com/django/django/pull/12628 - Fixed #31403 -- Added support 
for returning fields from INSERT statements on MariaDB 10.5+.
https://github.com/django/django/pull/12637 - Fixed #30864 -- Doc'd 
classproperty decorator.
https://github.com/django/django/pull/12627 - Fixed #31375 -- Made 
contrib.auth.hashers.make_password() accept only bytes or strings.
https://github.com/django/django/pull/12511 - Refs #31320 -- Warned against 
using BEGIN/COMMIT in RunSQL.
https://github.com/django/django/pull/12596 - Fixed #31380 -- Added 
deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE environment variable.
https://github.com/django/django/pull/12649 - Used RENAME COLUMN on MariaDB 
10.5.2+.
https://github.com/django/django/pull/12652 - Refs #31051 -- Fixed 
reloading the database with circular related objects and natural keys for 
tests.
https://github.com/django/django/pull/12634 - Fixed #31275 -- Optimized 
sql_flush() without resetting sequence on MySQL.
https://github.com/django/django/pull/12654 - Fixed #31415 -- Fixed crash 
when nested OuterRef is used with operators or in database functions.

*Reviewed:*
https://github.com/django/django/pull/8477 - Fixed #28184 -- Allowed 
passing a callable storage to FileField.

*Authored:*
https://github.com/django/django/pull/12647 - Refs #12990 -- Moved 
PostgresSimpleLookup to the django.db.models.lookups.PostgresOperatorLookup.

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 django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/c501dbc5-8e65-4109-9bb9-8354621e54b2%40googlegroups.com.

Reply via email to