Week ending July 5, 2020.

Released Django 2.2.14 and 3.0.8.

*Triaged:*
https://code.djangoproject.com/ticket/31748 - In admin page there is a lack 
of internationalization (duplicate)
https://code.djangoproject.com/ticket/31745 - Add errors when 
UniqueConstraint.deferrable is combined with index specific parameters. 
(accepted)
https://code.djangoproject.com/ticket/31749 - Unable to find effective 
method to bulk_update else create (invalid)
https://code.djangoproject.com/ticket/31746 - UniqueConstraint with 
ForeignKey cannot be removed on MySQL/MariaDB (duplicate)
https://code.djangoproject.com/ticket/31751 - Add support for cx_Oracle 8 
(created)
https://code.djangoproject.com/ticket/12091 - Support for WSGI applications 
within Django (wontfix)
https://code.djangoproject.com/ticket/31744 - Pydoc support/helper (wontfix)
https://code.djangoproject.com/ticket/31754 - preserve_filters doesn't work 
(needsinfo)
https://code.djangoproject.com/ticket/31756 - Use get_list_filter on 
ModelAdmin.lookup_allowed (duplicate)
https://code.djangoproject.com/ticket/31757 - Adjust default SECRET_KEY to 
use `dj::insecure` prefix and add matching deployment system check. 
(accepted)
https://code.djangoproject.com/ticket/28342 - Make PyLibMCCache backend 
catch exceptions when memcached server is down. (needsinfo)
https://code.djangoproject.com/ticket/31760 - Incorrect translation of the 
words that contain ’ in their msgid (duplicate)
https://code.djangoproject.com/ticket/29403 - Make PyLibMCCache backend 
handle TooBig exception from pylibmc (duplicate)

*Reviewed/committed:*
https://github.com/django/django/pull/13115 - Fixed #31745 -- Added error 
messages when using UniqueConstraint.include/opclasses with deferrable.
https://github.com/django/django/pull/13119 - Fixed #30807 -- Fixed 
TestArchive.test_extract_file_permissions() when umask is 0o000.
https://github.com/django/django/pull/13121 - Fixed #28925 -- Fixed 
durations-only expressions crash on SQLite and MySQL.
https://github.com/django/django/pull/13052 - Fixed #31701 -- Made 
FileDescriptor subclass DeferredAttribute.
https://github.com/django/django/pull/13126 - Fixed #31752 -- Fixed 
intermittent test_order_by_relational_field_through_model failure.
https://github.com/django/django/pull/13129 - Refs #28621 -- Fixed crash of 
annotations with nested OuterRef.
https://github.com/django/django/pull/12833 - Fixed #31522 -- Made admin's 
SelectBox preserve scroll position.
https://github.com/django/django/pull/13128 - Fixed #31755 -- Made temporal 
subtraction resolve output field.
https://github.com/django/django/pull/13137 - Refs #6903 -- Adjusted 
ModelAdmin.preserve_filters docs.
https://github.com/django/django/pull/13138 - Fixed #31758 -- Removed 
unneeded BytesToCharFieldConversionMixin.
https://github.com/django/django/pull/13139 - Fixed #30945 -- Doc'd plural 
equations changes in 2.2. release notes.
https://github.com/django/django/pull/13130 - Refs #12990 -- Added example 
to JSONField release notes.
https://github.com/django/django/pull/13147 - Fixed #29308 -- Clarified how 
assertQuerysetEqual()'s transform works.

*Authored:*
https://github.com/django/django/pull/13122 - Fixed #31751 -- Fixed 
database introspection with cx_Oracle 8.
https://github.com/django/django/pull/13123 - [2.2.x] Refs #31751 -- Doc'd 
that cx_Oracle < 8 is required.
https://github.com/django/django/pull/13135 - [2.2.x] Fixed 
ForeignKeyRawIdWidgetTest.test_render_unsafe_limit_choices_to on Python 3.5.

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/72199da4-95cb-41d7-bd97-8e0598c9f5f1o%40googlegroups.com.

Reply via email to