Re: Fellow Reports - July 2019

2019-07-29 Thread Mariusz Felisiak
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.


Re: Fellow Reports -- July 2019

2019-07-29 Thread Carlton Gibson
Hi All, 


Calendar Week 29 -- ending 21 July.


Triaged:

https://code.djangoproject.com/ticket/30647 -- [FATAL] FileNotFoundError 
with runserver command inside Docker container (needsinfo)
https://code.djangoproject.com/ticket/30638 -- Allow the per-database 
TIME_ZONE option on databases that support timezones. (needsinfo)
https://code.djangoproject.com/ticket/30635 -- Add feature to sanitize text 
include control characters (needsinfo)



Reviewed:

https://github.com/django/django/pull/11576 -- Refs #30083 -- Clarified 
database state of instances in signals.pre_init docs.
https://github.com/django/django/pull/11574 -- Refs #30547 -- Clarified 
that partial UniqueConstraints don't affect model validation.
https://github.com/django/django/pull/11157 -- Fixed #13910 -- Added 
generator based rendering (streaming) to templates and supporting views.
https://github.com/django/django/pull/11021 -- Refs #29714 -- Added 
settings to override ExceptionReporter class in AdminEmailHandler
https://github.com/django/django-security/pull/229 -- Potential memory 
exhaustion in `uri_to_iri`
https://github.com/django/django-security/pull/226 -- strip_tags denial of 
service
https://github.com/django/django-security/pull/225 -- Return of 
CVE-2018-7537: truncatewords_html denial-of-service



Calendar Week 30 -- ending 28 July.


Prepared releases for 1/8/2019


Reviewed:

https://github.com/django/djangoproject.com/pull/921 -- Use SVG image for 
donation icon.
https://github.com/django/django/pull/11476 -- Fixed #30066 -- Enabled 
super user creation without email and password
https://code.djangoproject.com/ticket/11602 -- Refactored the Django's 
documentation to fix the path of django's admin templates are located.
https://github.com/django/django/pull/11580 -- Fixed #26142 -- Added a 
'edit only' mode for model formsets
https://github.com/django/django/pull/11481 -- Fixed #10403 -- Declaraive 
syntax for FormSet, ModelFormSet & InlineF…
https://github.com/django/django/pull/11601 -- Fixed #29427 -- Ensured 
request has _body even when RequestDataTooBig is raised
https://github.com/django/django/pull/11582 -- Fixed #23524 -- Allowed 
TIME_ZONE option on PostgreSQL.



Kind Regards,

Carlton


-- 
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/8fc68248-8661-44bc-92d8-0ceb95a9be78%40googlegroups.com.