Week ending October 2, 2020.

*Triaged:*
    https://code.djangoproject.com/ticket/32047 - Required mutually 
exclusive groups don't work with boolean arguments. (accepted)
    https://code.djangoproject.com/ticket/32051 - Animation issues with 
rocket on Congrats new project page. (accepted)
    https://code.djangoproject.com/ticket/32045 - Document that 
GenericRelation.remove()/clear() delete objects. (accepted)
    https://code.djangoproject.com/ticket/32052 - Change password link in 
UserAdmin is still available for the staff user's with 'change_user" 
permission and lack of 'change_password' one (invalid)
    https://code.djangoproject.com/ticket/32055 - Add Surrogate-Control 
header to the 304 response (wontfix)
    https://code.djangoproject.com/ticket/32056 - Improve assigning to the 
reverse side of a OneToOne relationship (duplicate)
    https://code.djangoproject.com/ticket/14660 - Using a 
CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox 
is not defined' JS error in RelatedObjectLookups.js (fixed)
    https://code.djangoproject.com/ticket/32058 - Add count() to 
RawQuerySet. (wontfix)
    https://code.djangoproject.com/ticket/32060 - Expose Random() as a 
function instead of an expression. (accepted)
    https://code.djangoproject.com/ticket/32041 - Document Windows caveats 
in mimetypes warning. (accepted)
    https://code.djangoproject.com/ticket/32062 - Add %b support to 
Date.strftime. (accepted)
    https://code.djangoproject.com/ticket/32063 - windowname_to_id function 
missing from RelatedObjectLookup.js (invalid)
    https://code.djangoproject.com/ticket/9338 - inline formset should have 
can_order=True when using order_with_respect_to (wontfix)
    https://code.djangoproject.com/ticket/2316 - GenericRelation and 
get_or_create do not work together (duplicate)
    https://code.djangoproject.com/ticket/9682 - icontains can be 
case-sensitive on MySQL (fixed)
    https://code.djangoproject.com/ticket/32064 - runserver sometimes hangs 
on Windows 10 with PostgreSQL. (invalid)
    https://code.djangoproject.com/ticket/32066 - Sporadic 
FileNotFoundError on source changes with runserver (needsinfo)
    https://code.djangoproject.com/ticket/32068 - Raise a descriptive error 
on get() with filters operation following QuerySet.union(), intersection(), 
and difference(). (accepted)

*Reviewed/committed:*
    https://github.com/django/django/pull/13458 - Fixed #32042 -- Improved 
error messages for the number of submitted forms in formsets.
    https://github.com/django/django/pull/13460 - Fixed #18995 -- Made 
blocktranslate tag raise TemplateSyntaxError when plural count is not a 
number.
    https://github.com/django/django/pull/13431 - Fixed #31880 -- Made 
QuerySet.aggregate() raise FieldError when aggregating over aggregation 
aliases.
    https://github.com/django/django/pull/13350 - Fixed #30422 -- Made 
TemporaryFileUploadHandler handle interrupted uploads.
    https://github.com/django/django/pull/13466 - Fixed #32047 -- Fixed 
call_command() crash if a constant option from required mutually exclusive 
group is passed in options.
    https://github.com/django/django/pull/13409 - Fixed #31986 -- Fixed 
admin filter sidebar scrolling.
    https://github.com/django/django/pull/13472 - Fixed #32057 -- Doc'd 
HttpResponse.get()/items().
    https://github.com/django/django/pull/13463 - Fixed #32051 -- Fixed 
rocket animation on the 'Congrats' page.
    https://github.com/django/django/pull/13474 - Fixed #32041 -- Doc'd how 
to modify served files' content types on Windows.
    https://github.com/django/django/pull/13473 - Fixed #32060 -- Added 
Random database function.

*Authored:*
    https://github.com/django/django/pull/13479 - Refs #31777 -- Doc'd 
Char/TextField.db_collation parameter in MySQL notes.

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/eaba47d8-4eeb-4156-92b5-54bb5c9dc4cbn%40googlegroups.com.

Reply via email to