Week ending August 16, 2020.
    
*Triaged:*
    https://code.djangoproject.com/ticket/31870 - App with 
default_app_config and without apps.py or with an empty apps.py crashes. 
(accepted)
    https://code.djangoproject.com/ticket/31872 - Postgres 
DecimalRangeField ignores bounds (wontfix)
    https://code.djangoproject.com/ticket/31873 - Count in query giving 
undesired results across models (invalid)
    https://code.djangoproject.com/ticket/31871 - SESSION_COOKIE_SAMESITE 
comment in global_settings is outdated. (accepted)
    https://code.djangoproject.com/ticket/31869 - Improving data migration 
using `dumpdata` and `loaddata` (wontfix)
    https://code.djangoproject.com/ticket/31874 - FK id is not used in 
update_or_create when id is not used directly (worksforme)
    https://code.djangoproject.com/ticket/31876 - UserManager._create_user 
does not respect USERNAME_FIELD. (invalid)
    https://code.djangoproject.com/ticket/31877 - 
TemplateView.get_context_data()'s kwargs returns SimpleLazyObjects that 
causes a crash when filtering. (accepted)
    https://code.djangoproject.com/ticket/31878 - Default username in 
createsuperuser command doesn't respect the --database option. (accepted)
    https://code.djangoproject.com/ticket/31882 - JSONField for SQLite on 
macos - cannot set DYLD_LIBRARY_PATH (invalid)
    https://code.djangoproject.com/ticket/31880 - QuerySet.aggregate() 
mixes annotated fields names. (accepted) 
    https://code.djangoproject.com/ticket/31887 - OperationalError: (2006, 
'MySQL server has gone away') (invalid)
    https://code.djangoproject.com/ticket/31888 - Test loader accesses 
MySQL before database is created. (accepted)

*Reviewed/committed:*
    https://github.com/django/django/pull/13288 - Fixed #31871 -- Updated 
SESSION_COOKIE_SAMESITE comment in global_settings.py.
    https://github.com/django/django/pull/13287 - Fixed #31870 -- Fixed 
crash when populating app registry with empty or without apps module.
    https://github.com/django/django/pull/13283 - Fixed #31866 -- Fixed 
locking proxy models in QuerySet.select_for_update(of=())
    https://github.com/django/django/pull/13284 - Fixed #21181 -- Added 
Collate database function. 
    https://github.com/django/django/pull/13281 - Fixed #31863 -- Prevented 
mutating model state by copies of model instances.
    https://github.com/django/django/pull/13295 - Fixed #31382 -- Made 
Model.save(update_fields=...) raise ValueError on non-concrete fields.
    https://github.com/django/django/pull/13297 - Fixes #31877 -- Used 
lazy() for TemplateView kwarg deprecation warning.
    https://github.com/django/django/pull/13236 - Fixed #31825 -- Made 
RenameField operation a noop for fields with db_column.
    https://github.com/django/django/pull/13300 - Fixed #31792 -- Made 
Exists() reuse QuerySet.exists() optimizations.
    https://github.com/django/django/pull/13301 - Fixed #31878 -- Made 
createsuperuser respect --database option in default usernames.
    https://github.com/django/django/pull/13302 - Removed unnecessary 
urlsplit() call and added missing items to __all__.
    https://github.com/django/django/pull/13237 - Fixed #31826 -- Made 
AlterField operation a noop when adding db_column.

*Reviewed:*
    https://github.com/django/django/pull/13292 - Fixed #31865 -- Adjusted 
admin sidebar template to reduce debug logging.
    https://github.com/django/django/pull/13224 - Fixed #31811 -- Added 
optional timing outputs to the test runner.

*Authored:*
    https://github.com/django/djangoproject.com/pull/1017 - Update isort, 
Python, and PostgreSQL.

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/8870288d-49df-4488-8f1b-7146a2cc3d75n%40googlegroups.com.

Reply via email to