Week ending July 28, 2019.

*Triaged:*
https://code.djangoproject.com/ticket/30651 - __eq__ should return 
NotImplemented when equality cannot be checked (accepted)
https://code.djangoproject.com/ticket/23524 - Allow to set TIME_ZONE option 
on databases that support time zones. (accepted)
https://code.djangoproject.com/ticket/30652 - ResolvedOuterRef object has 
no attribute contains_aggregate. (duplicate)
https://code.djangoproject.com/ticket/30653 - Annotate a whole ORM object 
with Subquery instead of just a column. (wontfix)
https://code.djangoproject.com/ticket/30654 - Optimize session cache 
backend KEY_PREFIX settings to support dynamic configuration. (invalid)
https://code.djangoproject.com/ticket/30655 - len(queryset) and 
queryset.count() return different results. (wontfix)
https://code.djangoproject.com/ticket/30656 - The bulk_update method should 
be mentioned in the database access optimization section of the docs. 
(accepted)
https://code.djangoproject.com/ticket/30657 - Allow model Fields to 
override their descriptor. (accepted)
https://code.djangoproject.com/ticket/30658 - Unexpected result using union 
querysets with annotated columns. (duplicate)
https://code.djangoproject.com/ticket/30659 - Annotate ignored when using 
after union. (duplicate)
https://code.djangoproject.com/ticket/30663 - How to iuse the if to verify 
a self define filter value. (invalid)

*Reviewed/committed:*
https://github.com/django/django/pull/11511 - Fixed #30644 -- Made 
introspection use pg_table_is_visible() instead of filtering by public 
schema on PostgreSQL
https://github.com/django/django/pull/11583 - Fixed #30506 -- Fixed crash 
of autoreloader when path contains null characters.
https://github.com/django/django/pull/11581 - Improved error message when 
index in __getitem__() is invalid.
https://github.com/django/django/pull/11584 - Fixed #30647 -- Fixed crash 
of autoreloader when extra directory cannot be resolved.
https://github.com/django/django/pull/11589 - Fixed #30657 -- Allowed 
customizing Field's descriptors with a descriptor_class attribute.
https://github.com/django/django/pull/11591 - Fixed #27995 -- Added error 
messages on unsupported operations following union(), intersection(), and 
difference().
https://github.com/django/django/pull/11592 - Fixed #30567 -- Made 
WSGIHandler pass FileResponse.block_size to wsgi.file_wrapper.
https://github.com/django/django/pull/11587 - Refs #28147 -- Fixed setting 
of OneToOne and Foreign Key fields to None when using attnames.
https://github.com/django/django/pull/11599 - Fixed #30552 -- Fixed loss of 
SRID when calling reverse() on LineString/Point.
https://github.com/django/djangoproject.com/pull/921 - Used SVG fundraising 
heart.

*Authored:*
https://github.com/django/django-docker-box/pull/2 - Fixed psycopg2 
installation.

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/4e19dba8-8327-4a3e-b651-bbde6110da1e%40googlegroups.com.

Reply via email to