Hi all.
Calendar Week 48 -- ending 01 December. Preparation for Django 3.0 and other releases. Triaged: https://code.djangoproject.com/ticket/30974 -- Selenium asserts should be wait statements (Duplicate of #29892) https://code.djangoproject.com/ticket/31035 -- Promote BaseCommand.run_from_argv to a documented method (wontfix) https://code.djangoproject.com/ticket/31034 -- Add a navigation sidebar to the admin (Accepted) Reviewed: https://github.com/django/django/pull/12098 -- Refs #23919 -- Replaced super(...) with super() in metaclasses. https://github.com/django/django/pull/12139 -- Fixed #31028 -- Used classList API to check, add and remove DOM classes. https://github.com/django/django/pull/12154 -- Fixed #30953 -- Made select_for_update() lock only queryset's model when using "self" with multi-table inheritance. https://github.com/django/django/pull/12151 -- Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Selenium .is_displayed(). https://github.com/django/django/pull/12147 -- Refs #29892 -- Replaced Selenium .submit() shim with .click() on the submit button. https://github.com/django/django/pull/12052 -- Fixed #30974 -- Fixed some selenium race conditions using wait over assert https://github.com/django/django/pull/12053 -- Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_value. https://github.com/django/django/pull/12133 -- Fixed #31026 -- Switch from rendering to template engine https://github.com/django/django/pull/12051 -- Fixed #30973 -- Converted selenium tests wait_page_loaded() to context manager. https://github.com/django/django/pull/12149 -- Fixed #29892 -- Fixed Selenium tests to pass with Firefox. https://github.com/django/django/pull/12141 -- Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dateparse functions. Authored: https://github.com/django/django/pull/12152 -- Fixed #29892 -- Added explicit Selenium wait in admin autocomplete tests. Kind Regards, Carlton -- 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/419434bd-dd4f-4f90-9ca0-20a3c3b92b0e%40googlegroups.com.