Week ending May 17, 2020.

Released Django 3.1a1.

*Triaged:*
https://code.djangoproject.com/ticket/31557 - Use .assertTrue instead of 
.assertIs(..., True) in the unit testing section of the polls tutorial. 
(wontfix)
https://code.djangoproject.com/ticket/31555 - Use .format() and f-strings 
in the polls tutorial. (duplicate)
https://code.djangoproject.com/ticket/31559 - Dial down the SpamBayes 
settings. (invalid)
https://code.djangoproject.com/ticket/31561 - QuerySet could be a 
collections.abc.Set. (wontfix)
https://code.djangoproject.com/ticket/31560 - Circular imports raise 
AppRegistryNotReady. (needsinfo)
https://code.djangoproject.com/ticket/31562 - Namespacing in urls to look 
at default app name. (wontfix)
https://code.djangoproject.com/ticket/31558 - Support the use of boolean 
attribute on properties in the admin. (accepted)
https://code.djangoproject.com/ticket/25236 - Remove ifequal from the 
template language. (accepted)
https://code.djangoproject.com/ticket/31565 - Support GENERATED ALWAYS 
columns for MySQL and PostgreSQL (duplicate)
https://code.djangoproject.com/ticket/31567 - Reversed coordinate order on 
Ubuntu 20.04. (duplicate)
https://code.djangoproject.com/ticket/31568 - Alias used in aggregate 
filtering is incorrect. (accepted)
https://code.djangoproject.com/ticket/31571 - Explain how to transform a 
geometry with GDAL 3 authority axis strategy. (accepted)
https://code.djangoproject.com/ticket/31563 - Document edge case with 
uwsgi, wsgi.file_wrapper and BytesIO. (wontfix)
https://code.djangoproject.com/ticket/31564 - Django fails to return 
HttpResponse message on early response with large uploads. (duplicate)
https://code.djangoproject.com/ticket/31576 - Navigation sidebar hides some 
elements on small windows. (created)
https://code.djangoproject.com/ticket/31578 - Drop support for MySQL 5.6. 
(created)
https://code.djangoproject.com/ticket/31579 - Drop support for PostgreSQL 
9.5 and PostGIS 2.2. (created)
https://code.djangoproject.com/ticket/31580 - Union queryset should raise 
on distinct(). (accepted)
https://code.djangoproject.com/ticket/31581 - Queryset bug when using Q()? 
-- doubles up the counts by doing an extra join. (invalid)
https://code.djangoproject.com/ticket/31584 - Queryset crashes when gruping 
by Exists() on Oracle. (created)
https://code.djangoproject.com/ticket/31585 - Translation: Part of 
tutorial02 to Korean. (invalid)
https://code.djangoproject.com/ticket/31589 - Raw queries do not work if 
any DB content column has the % symbol. (invalid)
https://code.djangoproject.com/ticket/31587 - List filters are selected 
only for queries with explicit __exact lookups. (wontfix)
https://code.djangoproject.com/ticket/31592 - Reverting Django 3.1. to 
Django 3.0.6 raises "binascii.Error: Incorrect padding". (invalid)

*Reviewed/committed:*
https://github.com/django/django/pull/12851 - Fixed #25236 -- Deprecated {% 
ifequal %} and {% ifnotequal %} template tags.
https://github.com/django/django/pull/12657 - Optimized Model and QuerySet 
pickling version comparison.
https://github.com/django/django/pull/12892 - Refs #30116 -- Simplified 
regex match group access with Match.__getitem__().
https://github.com/django/django/pull/12159 - Fixed #31034 -- Added a 
navigation sidebar to the admin.
https://github.com/django/django/pull/12878 - Fixed #30678 -- Added support 
for GDAL 3.
https://github.com/django/django/pull/12900 - Refs #30678 -- Added support 
for GDAL 3.1.
https://github.com/django/django/pull/12826 - Used :pep:, :mimetype:, and 
:envvar: roles in various docs.
https://github.com/django/django/pull/12901 - Renamed PROJ.4 to PROJ.
https://github.com/django/django/pull/12908 - Fixed #31580 -- Added error 
messages on distinct() following union(), intersection(), and difference().
https://github.com/django/django/pull/12911 - Fixed #31566 -- Fixed aliases 
crash when chaining values()/values_list() after annotate() with 
aggregations and subqueries.
https://github.com/django/django/pull/12912 - Fixed #31568 -- Fixed alias 
reference when aggregating over multiple subqueries.
https://github.com/django/django/pull/12906 - Fixed #31575, Refs #31034 -- 
Documented admin requires django.template.context_processors.request.
https://github.com/django/django/pull/12916 - Fixed #31590 -- Fixed 
ModelAdmin.date_hierarchy crash with an empty QuerySet.
https://github.com/django/django/pull/12879 - Fixed #31552 -- Added support 
for LZMA and XZ fixtures to loaddata.
https://github.com/django/django/pull/12608 - Fixed #31395 -- Made 
setUpTestData enforce in-memory data isolation.

*Authored:*
https://github.com/django/django/pull/12898 - Fixed E128, E741 flake8 
warnings.
https://github.com/django/django/pull/12899 - Final changes before 
branching stable/3.1.x.
https://github.com/django/django/pull/12907 - Fixed #31576 -- Fixed 
selenium tests with headless mode.
https://github.com/django/django/pull/12909 - Fixed #31579 -- Dropped 
support for PostgreSQL 9.5 and PostGIS 2.2.
https://github.com/django/djangoproject.com/pull/995 - Updated docs-related 
model fixtures for 3.0 release.
https://github.com/django/django/pull/12913 - Fixed #31584 -- Fixed crash 
when chaining values()/values_list() after Exists() annotation and 
aggregation on Oracle.
https://github.com/django/djangoproject.com/pull/996 - Updated download 
page for 4.x releases.
 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/fdc94df4-b217-4a49-930c-414131fa91bf%40googlegroups.com.

Reply via email to