Week ending April 17, 2022 Released Django 4.0.4, 3.2.13, and 2.2.28.
*Triaged: * https://code.djangoproject.com/ticket/33632 - Overwriting context_object_name in list views. (needsinfo) https://code.djangoproject.com/ticket/33633 - Some test_utils tests fail on databases that don't support transactions. (accepted) https://code.djangoproject.com/ticket/33628 - Django 3.2.4+ autoreload breaks on empty string in TEMPLATES DIRS. (accepted) https://code.djangoproject.com/ticket/33634 - Prevent function to execute multiple times (invalid) https://code.djangoproject.com/ticket/33635 - Django 3.2.13 raises ProgrammingError "can't adapt type 'LessThan'" (invalid) https://code.djangoproject.com/ticket/33636 - BulkProcessMixin on models.Model (wontfix) https://code.djangoproject.com/ticket/33639 - Enable cached template loader in development. (accepted) https://code.djangoproject.com/ticket/33637 - Regression in feature zoom for MapWidget (accepted) https://code.djangoproject.com/ticket/33640 - Update the TIME_ZONE on startproject command to be the system timezone. (wontfix) https://code.djangoproject.com/ticket/33643 - inspectdb crashes on Oracle databases with functional indexes. (accepted) https://code.djangoproject.com/ticket/33644 - FAQ about ManyToManyField in list_filter is outdated. (accepted) https://code.djangoproject.com/ticket/13295 - Add a Meta.sequence option to models (wontfix) https://code.djangoproject.com/ticket/33646 - Adding async interface to QuerySet. (created) https://code.djangoproject.com/ticket/33648 - Unnecessary redirect in LogoutView when ?next=... contains "unsafe" URL (accepted) *Reviewed/committed: * https://github.com/django/django/pull/15572 - Fixed #33628 -- Ignored directories with empty names in autoreloader check for template changes. https://github.com/django/django/pull/15505 - Fixed #32604 -- Made file upload respect group id when uploading to a temporary file. https://github.com/django/django/pull/15569 - Fixed #33626 -- Cleared cache when unregistering a lookup. https://github.com/django/django/pull/15576 - Fixed #24296 -- Made QuerySet.exists() clear selected columns for not sliced distinct querysets. https://github.com/django/django/pull/15582 - Fixed #33633 -- Skipped some test_utils tests on databases that don't support transactions. https://github.com/django/django/pull/15570 - Fixed #33627 -- Improved nonexistent pk in ModelMultipleChoiceFieldTests.test_model_multiple_choice_field(). https://github.com/django/django/pull/15584 - Updated bpo link to use redirect URI. https://github.com/django/django/pull/15542 - Fixed #30511 -- Used identity columns instead of serials on PostgreSQL. https://github.com/django/django/pull/15595 - Expanded QuerySet.explain() error message if a backends supports no formats. https://github.com/django/django/pull/15593 - Fixed #33637 -- Improved initial zoom level in MapWidget. https://github.com/django/django/pull/15363 - Fixed #11803 -- Allowed admin select widgets to display new related objects. https://github.com/django/django/pull/15600 - Fixed #33607 -- Made PostgresIndex.create_sql() respect the "using" argument. https://github.com/django/django/pull/15603 - Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Oracle. *Reviewed: * https://github.com/django/django/pull/15586 - Fixed #33639 -- Enabled cached template loader in development. *Authored: * https://github.com/django/django/pull/15589 - Improved ExplainTests.test_basic(). https://github.com/django/django/pull/15591 - Fixed tests on databases that don't support introspecting foreign keys. https://github.com/django/django/pull/15585 - Fixed DatabaseFeatures.supports_index_column_ordering and related tests with MyISAM storage engine. https://github.com/django/django/pull/15594 - Relaxed some query ordering assertions in various tests. https://github.com/django/django/pull/15596 - Made select_for_update() don't raise TransactionManagementError on databases that don't support transactions. https://github.com/django/django/pull/15604 - Fixed various tests on MySQL with MyISAM storage engine. 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/86b79174-6a66-4779-a030-c87ec5d36994n%40googlegroups.com.