Fellow Reports -- June 2019

2019-06-10 Thread Carlton Gibson
Hi All. 


Calendar Week 23 -- ending 09 June.


Released Django versions 2.2.2, 2.1.9 & 1.11.21. 



Triaged:

https://code.djangoproject.com/ticket/30555 -- Migration files generated do 
not follow PEP8 E501 rule (wontfix)
https://code.djangoproject.com/ticket/30475 -- Use of i18n_patterns and a 
buggy 404 template trigger internal server error without a backtrace. 
(Invalid)
https://code.djangoproject.com/ticket/30515 -- Document 
django.shortcuts.resolve_url. (wontfix)
https://code.djangoproject.com/ticket/30536 -- Allow running custom logic 
in django.setup(). (Accepted)



Reviewed:

https://code.djangoproject.com/ticket/29834 -- Union queryset with ordering 
breaks on ordering with derived querysets
https://code.djangoproject.com/ticket/29444 -- Allow fields to be part of 
the RETURNING clause during INSERT
https://code.djangoproject.com/ticket/29379 -- Add autocomplete attribute 
to contrib.auth fields
https://code.djangoproject.com/ticket/28567 -- Incompatibility between the 
set_language() view, LocaleMiddleware, and i18n_patterns() when 
prefix_default_language=False.
https://github.com/django/django/pull/11442 -- Fixed #28567 -- Added 
examples of redirect_to context variable when using set_language() view.
https://github.com/django/django/pull/11439 -- Removed redundant object 
descriptions to prevent warnings with Sphinx 2.1.0.
https://github.com/django/django/pull/11435 -- Refs #30536 - Make 
django.setup() idempotent and tweakable




Authored: 

https://github.com/django/django/commit/deeba6d92006999fee9adfbd8be79bf0a59e8008
--  Fixed CVE-2019-12308 -- Made AdminURLFieldWidget validate URL 
before rendering clickable link.
https://github.com/django/django/commit/34ec52269ade54af31a021b12969913129571a3f
-- Applied jQuery patch for CVE-2019-11358. 


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 post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/a658c4a9-6880-488a-983d-290a6f34e3ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Fellow Reports - June 2019

2019-06-10 Thread Mariusz Felisiak
Week ending June 9, 2019.

*Triaged:*
https://code.djangoproject.com/ticket/30535 - Czech plural-forms is 
incorrect in translations. (invalid)
https://code.djangoproject.com/ticket/30537 - ForeignKey: inconsistent 
handling of referenced obj. id. (duplicate)
https://code.djangoproject.com/ticket/30539 - Django - “with / as” to fill 
block is not working. (duplicate)
https://code.djangoproject.com/ticket/30533 - Delete cascade on large 
tables can cause process termination on PostgreSQL. (wontfix)
https://code.djangoproject.com/ticket/30538 - Inconsistent slug generation 
behaviour of slugify() and prepopulated fields in Django Admin. (wontfix)
https://code.djangoproject.com/ticket/30534 - Allow `cleaned_data` to 
overwrite fields' default values. (accepted)
https://code.djangoproject.com/ticket/30540 - Django left join with AND 
condition. (invalid)
https://code.djangoproject.com/ticket/30541 - Django MultiDB tests not 
loading fixtures as expected. (invalid)
https://code.djangoproject.com/ticket/30543 - admin.E108 is raised on 
fields accessible only via instance. (accepted)
https://code.djangoproject.com/ticket/30544 - Django 2.1 release notes 
don't mention the BooleanField(blank=False) default change. (duplicate)
https://code.djangoproject.com/ticket/30545 - admin.E108 is raised on 
fields accessible only via instance. (duplicate)
https://code.djangoproject.com/ticket/30546 - isinstance() call on 
SimpleLazyObject doesn't swallow evaluation exceptions on Python3. (wontfix)
https://code.djangoproject.com/ticket/30547 - Document what happens during 
model validation with Meta.constraints. (accepted)
https://code.djangoproject.com/ticket/30548 - Improve exceptions about 
mixed types in Expressions. (accepted)
https://code.djangoproject.com/ticket/30550 - TestClient's response.json() 
should decode content using the response charset. (accepted)
https://code.djangoproject.com/ticket/30551 - urlize on URL with incomplete 
query string adds equal sign. (wontfix)
https://code.djangoproject.com/ticket/30552 - GEOSGeometry.reverse() loses 
SRID. (accepted)
https://code.djangoproject.com/ticket/30553 - Misleading logging 
documentation about disable_existing_loggers default value. (accepted)

*Reviewed/committed:*
https://github.com/django/django/pull/11216 - Fixed #28604 -- Prevented 
ManifestStaticFilesStorage from leaving intermediate files.
https://github.com/django/django/pull/11433 - Fixed #30534 -- Fixed 
overriding a field's default in ModelForm.cleaned_data()
https://github.com/django/django/pull/11427 - Fixed #30520 -- Fixed crash 
of admin model inlines on custom fields without labels.
https://github.com/django/django/pull/11429 - Fixed #30505 -- Doc'd how 
changes in the order of Field.choices affect migrations.
https://github.com/django/django/pull/11443 - Fixed #30542 -- Fixed crash 
of numerical aggregations with filter.
https://github.com/django/django/pull/11037 - Fixed #30226 -- Added 
BaseBackend for authentication.
https://github.com/django/django/pull/11066 - Fixed #29706 -- Made 
RenameContentType._rename() save to the correct database.
https://github.com/django/django/pull/11449 - Fixed #30550 -- Fixed 
decoding of non-UTF-8 bytes objects in response.json().
https://github.com/django/django/pull/11446 - Fixed #30521 -- Fixed invalid 
HTML in default error pages.

*Reviewed:*
https://github.com/django/django/pull/11438 - Updated release process for 
oss-security list content guidelines.

*Authored*:
https://github.com/django/django/pull/11439 - Removed redundant object 
descriptions to prevent warnings with Sphinx 2.1.0.

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 post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/87a27a55-91e0-45f0-9748-fed8ac7016db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.