Week ending August 23, 2020.
    
*Triaged:*
    https://code.djangoproject.com/ticket/31892 - Added release notes about 
removing "type" attribute from rendered <script>'s. (accepted)
    https://code.djangoproject.com/ticket/31890 - Use keyring for setting 
SECRET_KEY. (wontfix)
    https://code.djangoproject.com/ticket/31893 - Django admin panel has 
weird look. (invalid)
    https://code.djangoproject.com/ticket/31881 - Raise Index name limit 
for postgres (needsinfo)
    https://code.djangoproject.com/ticket/31891 - Remove cached value of 
reverse side of 020 relation when updating attname. (accepted)
    https://code.djangoproject.com/ticket/31886 - Django test hits default 
database while running test - expecting `test_<defaultdatabasename>` 
(invalid)
    https://code.djangoproject.com/ticket/31895 - Process crash after 
upgrade to 3.1: Incorrect padding (needsinfo)
    https://code.djangoproject.com/ticket/31896 - Using unsafe PyYAML utils 
when loading fixtures. (wontfix)
    https://code.djangoproject.com/ticket/31897 - Example in `Using 
settings in Python code` documentation is misleading (invalid)
    https://code.djangoproject.com/ticket/31902 - ExclusionConstraint 
crashes on expression with params. (accepted)
    https://code.djangoproject.com/ticket/31899 - unexpected behaviour of 
get_or_create when one of the kwargs is None (duplicate)
    https://code.djangoproject.com/ticket/31903 - WebSocket OSError: 
headers already sent. (invalid)
    https://code.djangoproject.com/ticket/31904 - Django queryset cannot 
call distinct() and order_by() on separate fields. (invalid)
    https://code.djangoproject.com/ticket/31909 - Context processor mention 
in the AdminSite.enable_nav_sidebar requirements is incorrect. (accepted)
    https://code.djangoproject.com/ticket/31913 - PasswordResetConfirmView 
results in NoReverseMarch. (invalid)
    https://code.djangoproject.com/ticket/31914 - Django does not pick up 
.mo files when LOCALE_PATHS is unset (invalid)
    https://code.djangoproject.com/ticket/31923 - Add Support for 
Cross-Origin Embedder Policy and Cross-Origin Resource Policy Headers 
(someday/maybe)
    https://code.djangoproject.com/ticket/31922 - QuerySet.filter() against 
Q() with Subquery() and __in produces wrong results. (accepted)
    https://code.djangoproject.com/ticket/31921 - Python 3.7: new behavior 
of os.makedirs breaks FileSystemStorage permissions on intermediate 
directories (accepted)
    https://code.djangoproject.com/ticket/31916 - Combined queryset crash 
on combined querysets with ordering. (accepted)
    https://code.djangoproject.com/ticket/31927 - Table of Contents should 
be sticky in Django Docs (invalid)
    https://code.djangoproject.com/ticket/31929 - Cannot import Replace() 
from the django.db.models.functions. (invalid)
    https://code.djangoproject.com/ticket/31930 - Using a builtin callable 
as a default arg for JSONField. (wontfix)
    https://code.djangoproject.com/ticket/31931 - Django 3 performance 
regression. (needsinfo)
    https://code.djangoproject.com/ticket/31933 - Regression in Set-Cookie 
which affects Django users (wontfix)

*Reviewed/committed:*
    https://github.com/django/django/pull/13309 - Fixed #31888 -- Avoided 
module-level MySQL queries in tests.
    https://github.com/django/django/pull/13312 - Fixed #31892 -- Added 
backward incompatibility note about Media <script> tags changes.
    https://github.com/django/django/pull/13313 - Fixed #27679 -- Doc'd 
that empty formsets display extra + min_num forms.
    https://github.com/django/django/pull/13323 - Fixed #31902 -- Fixed 
crash of ExclusionConstraint on expressions with params.
    https://github.com/django/django/pull/13328 - Fixed #31909 -- Fixed 
typo in docs/ref/contrib/admin/index.txt.
    https://github.com/django/django/pull/13336 - Fixed #31906 -- Fixed 
typo in docs/ref/forms/fields.txt.
    https://github.com/django/django/pull/13337 - Fixed #31925 -- Fixed 
typo in docs/releases/3.0.txt.

*Reviewed:*
    https://github.com/django/django/pull/12387 - Fixed #31216 -- Added 
support for colorama terminal colors on Windows.

*Authored:*
    https://github.com/django/django/pull/13317 - Refs #9061, Refs #20347 
-- Added absolute_max and can_delete_extra arguments to 
generic_inlineformset_factory().
    https://github.com/django/django/pull/13321 - Fixed #31895 -- Fixed 
crash when decoding invalid session data.

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/8efc4d84-75fc-45ce-bf26-24afe6242a57n%40googlegroups.com.

Reply via email to