Week ending December 1, 2019. *Triaged:* https://code.djangoproject.com/ticket/31029 - Link to more specific sections when using the :rfc: role. (accepted) https://code.djangoproject.com/ticket/31027 - Prefer DOM object properties over Element.getAttribute() and Element.setAttribute(). (accepted) https://code.djangoproject.com/ticket/31018 - Update FAQ about NoSQL databases. (accepted) https://code.djangoproject.com/ticket/31032 - Document the minimal supported version of browsers for the admin. (accepted) https://code.djangoproject.com/ticket/31007 - Make it possible to change the default AutoField to BigAutoField. (wontfix) https://code.djangoproject.com/ticket/31033 - djangoproject documentation search not returning results try searching for forms yields no results. (duplicate) https://code.djangoproject.com/ticket/31036 - Primary key has incorrect default on MySQL. (worksforme) https://code.djangoproject.com/ticket/31037 - Template truncatechars dots missing. (invalid) https://code.djangoproject.com/ticket/31024 - firstof template tag documentation incorrectly specifies value testing. (accepted) https://code.djangoproject.com/ticket/31038 - Prevent collectstatic from trying to access a database. (invalid) https://code.djangoproject.com/ticket/31039 - Support __contained_by lookup for AutoFields and BigAutoFields. (accepted) https://code.djangoproject.com/ticket/31040 - Python 3.9 compatibility (created) https://code.djangoproject.com/ticket/31041 - Custom validation in the clean method triggers before checking the fields exist or not. (invalid) https://code.djangoproject.com/ticket/31042 - Rewrite AdminSeleniumTestCase.get_css_value() without jQuery. (accepted) https://code.djangoproject.com/ticket/31021 - 0011_update_proxy_permissions crashes in multi database environment. (accepted) https://code.djangoproject.com/ticket/31043 - Form with ModelChoiceField and disabled failed when the initial is model instance. (duplicate) https://code.djangoproject.com/ticket/31044 - Prefetch() assumes that a given queryset has an _iterable_class. (accepted) https://code.djangoproject.com/ticket/31047 - Empty models.TextField being incorrectly saved as empty string (duplicate)
*Reviewed/committed:* https://github.com/django/django/pull/12126 - Fixed #28469 -- Doc'd how to create a custom HttpResponse subclass. https://github.com/django/django/pull/12127 - Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. https://github.com/django/django/pull/12125 - Fixed #27914 -- Fixed serialization of nested classes in migrations. https://github.com/django/django/pull/12136 - Fixed #31002 -- Fixed GIS lookups crash against a subquery annotation. https://github.com/django/django/pull/12118 - Fixed #31013 -- Removed jQuery usage in SelectBox.js. https://github.com/django/django/pull/12143 - Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefix contains regex special chars. https://github.com/django/django/pull/12130 - Improved custom MultiWidget example in docs. https://github.com/django/django/pull/12138 - Fixed #31027 -- Replaced .getAttribute()/.setAttribute() usage with DOM properties. https://github.com/django/django/pull/12141 - Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dateparse functions. https://github.com/django/django/pull/12087 - Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template. https://github.com/django/django/pull/12142 - Fixed #31029 -- Used more specific links to RFCs. https://github.com/django/django/pull/12155 - Fixed #30255 -- Fixed admindocs errors when rendering docstrings without leading newlines. *Reviewed:* https://github.com/django/django/pull/12152 - Fixed #29892 -- Added explicit Selenium wait in admin autocomplete test. *Authored:* https://github.com/django/django/pull/12144 - Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ. https://github.com/django/django/pull/12153 - Fixed #31021 -- Fixed proxy model permissions data migration crash with a multiple databases setup. 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. 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/b27257dc-ec60-4ebc-a3f2-1ae641e089d0%40googlegroups.com.
