Week ending August 30, 2020.
Triaged:
https://code.djangoproject.com/ticket/31934 - Document that "SameSite"
has defaults in some browsers. (accepted)
https://code.djangoproject.com/ticket/31928 - Coroutine passed to the
first middleware's process_response() instead of HttpResponse. (accepted)
https://code.djangoproject.com/ticket/31932 - Unique checking in
formsets should exclude forms marked for deletion. (accepted)
https://code.djangoproject.com/ticket/31935 - The add link on sidebar
are slipped when use japanese or chinese language (duplicate)
https://code.djangoproject.com/ticket/19878 - Stop TemplateView
automatically passing kwargs into the context (wontfix)
https://code.djangoproject.com/ticket/31936 - JSONField not filtering
correct with __in lookup on key transforms. (accepted)
https://code.djangoproject.com/ticket/31939 - Allow to specify a custom
--add-comments option to pass to xgettext in makemessages. (wontfix)
https://code.djangoproject.com/ticket/31940 - Order of WHERE clauses do
not match the order of the arguments to .filter(). (wontfix)
https://code.djangoproject.com/ticket/31926 - Queryset crashes when
recreated from a pickled query with FilteredRelation used in aggregation.
(accepted)
https://code.djangoproject.com/ticket/31924 - Support --force-color for
runserver. (invalid)
https://code.djangoproject.com/ticket/31917 - MySQL Operational Error:
"Unknown column 'x' in 'having clause'" (invalid)
https://code.djangoproject.com/ticket/31942 -
SafeExceptionReporterFilter does not recurse into dictionaries with
non-string keys (accepted)
https://code.djangoproject.com/ticket/31945 - PermissionError due to
unjustified attempt to access '/usr'. (duplicate)
https://code.djangoproject.com/ticket/31946 - Admin Sidebar django 3.1
display errors (Panel is Overlapping) (duplicate)
https://code.djangoproject.com/ticket/31947 -
QuerySet.update_or_create() should use get_or_create() internally (accepted)
https://code.djangoproject.com/ticket/31948 - Add support for tzinfo
parameter to TruncDate() and TruncTime(). (accepted)
https://code.djangoproject.com/ticket/31945 - PermissionError due to
unjustified attempt to access '/usr'. (accepted)
https://code.djangoproject.com/ticket/31951 - verbose_name_plural does
not overwrite names on list (admin) (accepted)
https://code.djangoproject.com/ticket/31952 - Using
EmptyFieldListFilter with reverse relationship crashes (created)
https://code.djangoproject.com/ticket/31953 - Model Inheritance and
reverse relations (invalid)
https://code.djangoproject.com/ticket/31943 - Queryset with
values()/values_list() crashes when recreated from a pickled query.
(accepted)
https://code.djangoproject.com/ticket/31955 - Multiple email send
issues (invalid)
https://code.djangoproject.com/ticket/31954 - MigrationOptimizer
mangles operation order if app name contains uppercase letters. (accepted)
https://code.djangoproject.com/ticket/31956 - QuerySet.order_by()
chained with values() crashes on JSONField with a custom decoder on
PostgreSQL. (accepted)
https://code.djangoproject.com/ticket/31959 - EmailValidator must not
accept hyphen as first character (wontfix)
https://code.djangoproject.com/ticket/31964 - NoReverseMatch at /
Reverse for 'home-page' not found. 'home-page' is not a valid view function
or pattern name. (invalid)
https://code.djangoproject.com/ticket/31963 - Nested OuterRef not
woking to access grandparent's ID. (worksforme)
Reviewed/committed:
https://github.com/django/django/pull/13340 - Added assertions for the
results of migrating an integer pk to AutoField.
https://github.com/django/django/pull/13325 - Fixed #31907 -- Fixed
missing validate_key() calls in cache backends.
https://github.com/django/django/pull/13333 - Refs #30897 -- Added test
for WAL option to Queryset.explain() on PostgreSQL 13+.
https://github.com/django/django/pull/13339 - Fixed #24533 -- Dropped
PostgreSQL sequence and Oracle identity when migrating away from AutoField.
https://github.com/django/django/pull/13334 - Fixed #31905 -- Made
MiddlewareMixin call process_request()/process_response() with thread
sensitive.
https://github.com/django/django/pull/13338 - Fixed #31918 -- Allowed
QuerySet.in_bulk() to fetch on a single distinct field.
https://github.com/django/django/pull/13347 - Fixed #31942 -- Made
settings cleansing work with dictionary settings with non-string keys.
https://github.com/django/django/pull/13349 - Fixed #31947 -- Made
QuerySet.update_or_create() reuse get_or_create().
https://github.com/django/django/pull/13344 - Fixed #31928 -- Fixed
detecting an async get_response in various middlewares.
https://github.com/django/django/pull/13354 - Fixed #31954 -- Fixed
migration optimization for MTI model creation with parent model with mixed
case app label.
Authored:
https://github.com/django/django/pull/13341 - Fixed #31877 -- Reverted
"Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context."
https://github.com/django/django/pull/13346 - Fixed #31936 -- Fixed
__in lookup on key tranforms for JSONField.
https://github.com/django/django/pull/13352 - Fixed #31912 -- Removed
strict=True in Path.resolve() in project template and
CommonPasswordValidator.
https://github.com/django/django/pull/13358 - Fixed #31956 -- Fixed
crash of ordering by JSONField with a custom decoder on 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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-developers/32c2c6a7-abcb-46fe-9a33-6f69e8e76c09n%40googlegroups.com.